From 0d93411576a507ca1a857ca14b9e5182b80ef6b5 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Wed, 30 Aug 2023 00:47:48 +0800 Subject: [PATCH] upadted --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 13894c1..86e9646 100644 --- a/default.conf +++ b/default.conf @@ -11,7 +11,7 @@ server { location ~ \.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; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_param PATH_INFO $fastcgi_path_info;