Parcourir la source

fix:nginx配置修改

ly il y a 9 mois
Parent
commit
424ad0b54b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      nginx.conf

+ 2 - 0
nginx.conf

@@ -39,6 +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 25m;
     }
     location /ezhizao-yzbh-sys/{
         proxy_set_header Host $http_host;
@@ -47,6 +48,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 25m;
     }
     location /ezhizao-yzbh-crm/{
         proxy_set_header Host $http_host;