This commit is contained in:
franknstayn
2023-08-28 04:08:34 +08:00
parent 8baa6b0d13
commit 69c83ba408

View File

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