diff --git a/.docker/openresty/sites/app.conf.template b/.docker/openresty/sites/app.conf.template index 004036ce..2ff42275 100644 --- a/.docker/openresty/sites/app.conf.template +++ b/.docker/openresty/sites/app.conf.template @@ -9,6 +9,8 @@ server { ssl_certificate /certs/fullchain.pem; ssl_certificate_key /certs/private.key; + client_max_body_size 100M; + location = /favicon.ico { log_not_found off; access_log off;