cPanel Nginx with Xenforo

Well they also released the nginx proxy feature with a totally useless client_max_body_size default value set:


That completely broke uploads larger than 2MB until you manually fixed the config, and then their automatic fix was pushed out and broke things further because they added the default value to the nginx config, rather than an included config file, causing duplicate settings and crashing nginx.
 
They should have paid attention to how Plesk implemented an nginx proxy. When I had a Plesk server with that feature enabled, I rarely ran into problems.
 
Top Bottom