<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Copy-pasting configuration of using pre-cooked one is always a bad idea since you do not understand what you are dealing with.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">The same applies to automatic conversion tools since the paradigm behind the Apache Web server is totally different from the one from nginx: there is no one-to-one relationship (bijection) between the way to redact Apache configuration directives and nginx' ones, so the very idea of such a tool is flawed. Too bad people keep trying to provide their attempt at it without thinking about that first.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">You deleted the first pastebins you provided. People reading the thread entirely thus cannot get a hang on your initial question. If you do the same about the last one, the whole thread will transform into junk for future reference.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Now, about the configuration you provided in the last pastebin:<br></div><div class="gmail_default" style="font-size:small;color:#333399"><ol><li>For the list of console names, a single rewrite at server level would have proven enough. You could have transformed it into a regex location + rewrite to take advantage of the precedence of location blocks depending on their type/modifiers</li><li>You could have grouped all the location blocks doing a similar jobs together</li><li>You do not provide a location dealing with the index.php file, so the default behavior would be for nginx to serve that file</li><li>You do not provide the whole configuration as there is no http block (which contains the server ones) nor do you provide what is in the included files at the end of it (particularly the one php.conf one whoch could prove useful)<br></li></ol></div><div class="gmail_extra"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">​Please take some time to read <a href="http://nginx.org/en/docs/">nginx docs</a> to get a hang on the basics.​ There even is a 'Beginner's Guide' to help you through.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Generic tip: it is usually a good idea to prepare a minimal configuration depicting your problem rather than sending a huge, incomplete, configuration fil which is, in the end, useless. You are not encouraging people to help. Do your homework to show people you tried solving your own problem and saving as much of their time as possible.<br></div><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">​My 2 cents,<br clear="all"></div><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Sat, Mar 26, 2016 at 11:26 PM, Askancy <span dir="ltr"><<a href="mailto:nginx-forum@forum.nginx.org" target="_blank">nginx-forum@forum.nginx.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, thanks for the reply, I used it ... but it still does not work ...<br>
<br>
This is my new conf: <a href="http://pastebin.com/93b58G68" rel="noreferrer" target="_blank">http://pastebin.com/93b58G68</a> but it does not work...<br>
<br>
Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,265668,265671#msg-265671" rel="noreferrer" target="_blank">https://forum.nginx.org/read.php?2,265668,265671#msg-265671</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>