Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 0e1a2f2

Browse files
authored
Merge pull request #17 from forepath/feat/custom_nginx_image
fix: fastcgi endpoint
2 parents 6265276 + 90f9bdc commit 0e1a2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/production/nginx/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ server {
1010

1111
location ~ \.php$ {
1212
include fastcgi_params;
13-
fastcgi_pass app:9000;
13+
fastcgi_pass web:9000;
1414
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
1515
}
1616

0 commit comments

Comments
 (0)