This commit is contained in:
franknstayn
2023-08-30 00:47:48 +08:00
parent 6bc9fd4979
commit 0d93411576

View File

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