services-next/vhost.d/palta.cyou
Hattshire c084dd2a19 Up
2023-09-11 12:48:18 +00:00

13 lines
500 B
Text

## Start of configuration add by letsencrypt container
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}
## End of configuration add by letsencrypt container
# 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;