diff --git a/roles/webgateway/templates/nginx.conf b/roles/webgateway/templates/nginx.conf index 0aab16c..8b135b3 100644 --- a/roles/webgateway/templates/nginx.conf +++ b/roles/webgateway/templates/nginx.conf @@ -66,8 +66,6 @@ http { server_name {{ proxysite.domain }}; ssl_certificate /etc/letsencrypt/live/{{ proxysite.domain }}/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/{{ proxysite.domain }}/privkey.pem; - client_max_body_size 2G; - proxy_max_temp_file_size 4G; location /{ proxy_pass https://{{ proxysite.ip }}; proxy_ssl_verify off;