Skip to content
Advertisement

NGINX/FastCGI config issues causing 404s

I’m currently trying to configure a WordPress Multisite using NGINX. The NGINX config test passes:

JavaScript

But I simply get a File Not Found. page when I load the site. From my config:

JavaScript

And from my nginx error.log:

JavaScript

My docroot is /var/www/html and the logs seem to show requests are being sent to the right place:

JavaScript

Not really sure where to go from here, so any help would be greatly appreciated.

Advertisement

Answer

Glad you managed to sort this. As mentioned in my comment, adding the following line to your server block resolved the issue:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement