We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5e9d6 commit 37224d9Copy full SHA for 37224d9
docker/nginx/default.conf
@@ -20,7 +20,7 @@ server {
20
# PHP-FPM
21
location ~ \.php$ {
22
include fastcgi_params;
23
- fastcgi_pass app:9000;
+ fastcgi_pass 127.0.0.1:9000;
24
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
25
fastcgi_param APP_ENV prod;
26
fastcgi_index index.php;
0 commit comments