Well, I feel pretty stupid now. I used an automatic script to generate that
config and I just assumed that the rewrite would be included.
Thanks & Oops.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,239004,239011#msg-239011
___
nginx maili
Why would Nginx automatically redirect mydomain.com do mydomain.com/w/ if
you don't tell it to do so?
Your error log shows that you are trying to list the files of your root
directory (so it means you don't have an index file to be served there),
which is forbidden by default Nginx configuration t
I'm having a frustrating experience trying to get nginx to work properly
with mediawiki's pretty urls. For some reason my configuration won’t detect
that my mediawiki installation is installed in a folder above root (said
folder is called /w/) and appears to be throwing out 403 forbidden errors
whe