unboundedpress/nginx/conf.d/uploadsize.conf

3 lines
55 B
Plaintext
Raw Normal View History

client_max_body_size 10G;
proxy_request_buffering off;