Browse Source

fix:nginx配置修改

ly 9 months ago
parent
commit
182644ec86
1 changed files with 1 additions and 7 deletions
  1. 1 7
      nginx.conf

+ 1 - 7
nginx.conf

@@ -39,7 +39,7 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8040/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
+        proxy_cache off;
     }
     location /ezhizao-yzbh-sys/{
         proxy_set_header Host $http_host;
@@ -48,7 +48,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8040/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     location /ezhizao-yzbh-crm/{
         proxy_set_header Host $http_host;
@@ -57,7 +56,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8041/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     location /ezhizao-yzbh-entrust/{
         proxy_set_header Host $http_host;
@@ -66,7 +64,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8042/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     location /ezhizao-yzbh-production/{
         proxy_set_header Host $http_host;
@@ -75,7 +72,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8043/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     location /ezhizao-yzbh-finance/{
         proxy_set_header Host $http_host;
@@ -84,7 +80,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8043/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     location /ezhizao-yzbh-financial/{
         proxy_set_header Host $http_host;
@@ -93,7 +88,6 @@ http {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_pass http://172.18.0.1:8044/;
         proxy_read_timeout 10m;
-        proxy_temp_file_write_size 100m;
     }
     error_page   500 502 503 504  /50x.html;
     location = /50x.html {