3 lines
222 B
Text
3 lines
222 B
Text
# From: https://github.com/nextcloud/docker/blob/85e22b4a8e6b12d82d574c7eacd68656dac85bf5/.examples/docker-compose/with-nginx-proxy/postgres/fpm/proxy/uploadsize.conf
|
|
client_max_body_size 10G;
|
|
proxy_request_buffering off;
|