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:
Timo Bejan 2020-09-23 16:37:10 +02:00
commit 071d1194d0

View File

@ -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;