|
@@ -112,7 +112,16 @@ http
|
|
|
fastcgi_param SIGN $http_sign;
|
|
|
include fastcgi_params;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ location ~ /mchsrv/[/\w]+\.php$ {
|
|
|
+ root $folder_name;
|
|
|
+ fastcgi_pass docker.hostip:9102;
|
|
|
+ fastcgi_index index.php;
|
|
|
+ fastcgi_param SCRIPT_FILENAME $folder_name$fastcgi_script_name;
|
|
|
+ fastcgi_param SIGN $http_sign;
|
|
|
+ include fastcgi_params;
|
|
|
+ }
|
|
|
+
|
|
|
location ~ \.php$ {
|
|
|
add_header Cache-Control no-store;
|
|
|
root $folder_name;
|