0
Completed
ability to override client_max_body_size
Currently the nginx client_max_body_size setting is in proxy.conf and it's set to a default of 10m. Which is probably fine for a default.
But I host mostly wordpress sites where they are uploading podcasts, and 10m does not work so well for that.
I can override it on a per/web site basis but I'd like to be able to override it on a global basis which is currently not possible because any time I update Ajenti, proxy.conf is overwritten and it's set back to 10m.
But I host mostly wordpress sites where they are uploading podcasts, and 10m does not work so well for that.
I can override it on a per/web site basis but I'd like to be able to override it on a global basis which is currently not possible because any time I update Ajenti, proxy.conf is overwritten and it's set back to 10m.
Customer support service by UserEcho
[emerg] 22847#0: "client_max_body_size" directive is duplicate in /etc/nginx/conf.d/websitename.conf
Because that setting already exists in proxy.conf it can only be overridden in a sub-config for example under the server {} section.