|
@@ -112,16 +112,7 @@ http
|
|
|
fastcgi_param SIGN $http_sign;
|
|
|
include fastcgi_params;
|
|
|
}
|
|
|
-
|
|
|
- location ~ /mchsrv/[/\w]+\.php$ {
|
|
|
- root $folder_name;
|
|
|
- fastcgi_pass host.docker.internal: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;
|