diff --git a/nginx-proxy/default.conf b/nginx-proxy/default.conf index 84f81c2..28e171d 100644 --- a/nginx-proxy/default.conf +++ b/nginx-proxy/default.conf @@ -15,6 +15,8 @@ server { ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; + client_max_body_size 500M; + location / { proxy_pass http://116.204.74.41; proxy_http_version 1.1; @@ -32,6 +34,7 @@ server { server { listen 80 default_server; server_name _; + client_max_body_size 500M; location / { proxy_pass http://116.204.74.41; proxy_http_version 1.1;