We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced8187 commit 424d77cCopy full SHA for 424d77c
nginx/default.conf
@@ -85,8 +85,8 @@ server {
85
# With php-fpm (or other unix sockets):
86
# fastcgi_pass unix:/run/php/php8.2-fpm.sock;
87
# With php-cgi (or other tcp sockets):
88
- fastcgi_pass 127.0.0.1:9000;
89
-
+ # With ip
+ fastcgi_pass 127.0.0.1:9000;
90
# Remove RUN nginx -t in Dockerfile if ypu want this
91
# fastcgi_pass app:9000;
92
}
0 commit comments