Pull request #1: Disable checking the client request body size.
Merge in RED/ui from kbudisantoso/nginxconf.template-1600870889260 to master * commit '75e7cf6e813fefc180f9ec9930a694d5a61fb73c': Disable checking the client request body size.
This commit is contained in:
commit
071d1194d0
@ -26,6 +26,7 @@ server {
|
||||
location /status {
|
||||
proxy_pass $API_URL;
|
||||
}
|
||||
client_max_body_size 0;
|
||||
gzip_min_length 1000;
|
||||
gzip on;
|
||||
gzip_http_version 1.0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user