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...
  • May 26, 2022
  • 0 Comments
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...
  • May 24, 2022
  • 0 Comments
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...
  • May 24, 2022
  • 0 Comments
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...
  • May 23, 2022
  • 0 Comments