jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

client_max_body_size 10G ; #242

Closed meyrj closed 2 years ago

meyrj commented 2 years ago

Hi dear , could you please help me , how can find nginx,conf in your counter? i would like to increase "client_max_body_size" to 10G!

meyrj commented 2 years ago

I can upload to my host by Nginx Maximum 100MB in a file by default and i would like to increase to some GB! thanks in advance for help and support .

meyrj commented 2 years ago

Solved ! :) cd /etc/nginx then vi nginx.conf Modified following comment line from 2G to 10G client_max_body_size 10G;

jlesage commented 2 years ago

In the proxy host configuration, you need to use the Advanced tab for this kind of custom configuration.

Else, what you did will be lost at the next Docker image update...

meyrj commented 2 years ago

I got it and Thank you dear Jlesage.