|
@@ -27,6 +27,8 @@ server {
|
|
}
|
|
}
|
|
|
|
|
|
location ^~ /apis/ {
|
|
location ^~ /apis/ {
|
|
|
|
+ client_max_body_size 100M;
|
|
|
|
+ client_body_buffer_size 100M;
|
|
proxy_pass http://shengtai_http_app:8080/apis/;
|
|
proxy_pass http://shengtai_http_app:8080/apis/;
|
|
proxy_http_version 1.1;
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Upgrade $http_upgrade;
|