Parcourir la source

Merge branch 'feature-2.0' of ssh://git.mooctest.com:1022/crowd-2019/crowd-test-service-front into feature-2.0

wangJJ il y a 5 ans
Parent
commit
277c50e726
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 4 0
      tool4deploy-test/conf.d/nginx.conf
  2. 4 0
      tool4deploy/conf.d/nginx.conf

+ 4 - 0
tool4deploy-test/conf.d/nginx.conf

@@ -8,6 +8,10 @@ server {
 
         location / {
             root /usr/share/nginx/html;
+            proxy_buffering on;
+            proxy_buffer_size 4k;
+            proxy_buffers 8 1M;
+            proxy_busy_buffers_size 2M;
         }
 
         location /api {

+ 4 - 0
tool4deploy/conf.d/nginx.conf

@@ -8,6 +8,10 @@ server {
 
         location / {
             root /usr/share/nginx/html;
+            proxy_buffering on;
+            proxy_buffer_size 4k;
+            proxy_buffers 8 1M;
+            proxy_busy_buffers_size 2M;
         }
 
         location /api {