stanley-king 3 年之前
父节点
当前提交
41e904ffab
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker/compose/xyz/conf/nginx/nginx.conf

+ 2 - 2
docker/compose/xyz/conf/nginx/nginx.conf

@@ -108,7 +108,7 @@ http
 
         location ~ /mchsrv/[/\w]+\.php$ {
             root           $folder_name;
-            fastcgi_pass   172.26.105.125:9102;
+            fastcgi_pass   172.26.105.126:9102;
             fastcgi_index  index.php;
             fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
             fastcgi_param SIGN $http_sign;
@@ -118,7 +118,7 @@ http
         location ~ \.php$ {
 	        add_header Cache-Control no-store;
             root           $folder_name;
-            fastcgi_pass   172.26.105.125:9000;
+            fastcgi_pass   172.26.105.126:9000;
             fastcgi_index  index.php;
             fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
             include        fastcgi_params;