|
@@ -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;
|