I have nginx installed with PHP-FPM on a CentOS 5 box, but am struggling to get it to serve any of my files – whether PHP or not. Nginx...
A server with nginx and WP 3.9.1 was working properly. The nginx helper plugin was updated two days ago and now no images or zip files in the uploads...
I installed Nginx on Centos 6 and I am trying to set up virtual hosts. The problem I am having is that I can’t seem to find the /etc/nginx/sites-available...
I have nginx caching setup that ignores logged in users, but I have a lot of users in subscriber roles who SHOULD be served a mostly cached site. Is...
I am new to WordPress. I googled around but could not find precise steps to install WordPress with nginx multi-site configuration. I want to install wordpress 3.3.1 on Ubuntu...
How can I have same rule for two locations in NGINX config? I have tried the following server { location /first/location/ | /second/location/ { .. .. } } but...
I have a WordPress subdomain multisite install in the /blog subdirectory running on an nginx server. Everything works fine except files which do upload correctly but are not accessible...
nginx keeps saying client intended to send too large body. Googling and RTM pointed me to client_max_body_size. I set it to 200m in the nginx.conf as well as in...
In my server block in Nginx config, I have put: location ~* /wp-content/.*.php$ { deny all; access_log off; log_not_found off; } However, if I manually enter in a web...
How to configure NGINX conf location to work with AWS ALB? I have a docker-compose that simulates a staging environment that is deployed to AWS ECS, that works fine,...