This commit is contained in:
franknstayn
2023-08-30 01:03:25 +08:00
parent b9d395f7b4
commit af1e3e0651
3 changed files with 13 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ server {
location ~ \.php {
fastcgi_index index.php;
fastcgi_pass 192.168.111.129:9001; # Use the service name and exposed port
fastcgi_pass unix:/run/php-fpm.sock;
include fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param PATH_INFO $fastcgi_path_info;