Report this

What is the reason for this report?

Server block for MediaWiki on NGINX, Ubuntu

Posted on December 17, 2013

I installed Ubuntu on a droplet as well as NGINX. WordPress and XenForo are working fine but I need the MediaWiki subdirectory to work. Is there a source for a working server block somewhere?

location {}



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Thank you. I’ve been all over the site and should have stated this in my post (but I was on an iPad last night). <br> <br>Anyway, let me add more information. <br> <br>directory: domain.com/alv <br>LocalSettings: $wfArticlePath = “/alv/$1” <br>location /alv { <br> try_files $uri $usr/ /w/index.php?$query_string <br>} <br> <br>This gives domain.com/alv/Main_Page and I want domain.com/alv/index.php/Main_Page <br> <br>Thank you.

Try replacing <pre>location /alv</pre> with <pre>location /alv/index.php</pre>.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.