I\'m converting my mediawiki site to use nginx as a frontend for static files with apache on the backend for php. I\'ve gotten everything working so far except for when I vi
I prefer to use:
location = / { return 301 http://$host/wiki/Main_Page; }