This commit is contained in:
2025-05-06 11:36:10 +08:00
parent 3a624ba8d1
commit 102c108074
14 changed files with 1571 additions and 73 deletions

View File

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