Set client_max_body_size for greenlight

This commit is contained in:
Niklas Reimer 2023-02-05 22:22:22 +01:00 committed by GitHub
parent d8587b0e33
commit 366be0a17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ location /b {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Ssl on;
proxy_http_version 1.1; proxy_http_version 1.1;
client_max_body_size 1000m;
} }
location /b/cable { location /b/cable {