This commit is contained in:
2025-02-24 22:47:01 +08:00
parent faec083397
commit 29e6479741
54 changed files with 1255 additions and 1245 deletions

View File

@@ -20,7 +20,7 @@ server {
}
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_pass php:9000;
fastcgi_pass svc-main:9000;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;