Skip to content

Commit 424d77c

Browse files
authored
Nginx server default.conf
1 parent ced8187 commit 424d77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ server {
8585
# With php-fpm (or other unix sockets):
8686
# fastcgi_pass unix:/run/php/php8.2-fpm.sock;
8787
# With php-cgi (or other tcp sockets):
88-
fastcgi_pass 127.0.0.1:9000;
89-
88+
# With ip
89+
fastcgi_pass 127.0.0.1:9000;
9090
# Remove RUN nginx -t in Dockerfile if ypu want this
9191
# fastcgi_pass app:9000;
9292
}

0 commit comments

Comments
 (0)