Skip to content

Commit 22c938e

Browse files
authored
Nginx server default.conf
1 parent f92930a commit 22c938e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nginx/default.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ server {
8686
# fastcgi_pass unix:/run/php/php8.2-fpm.sock;
8787
# With php-cgi (or other tcp sockets):
8888
fastcgi_pass 127.0.0.1:9000;
89+
90+
# Remove RUN nginx -t in Dockerfile if ypu want this
91+
# fastcgi_pass app:9000;
8992
}
9093

9194
location /storage {
@@ -143,4 +146,4 @@ server {
143146
# location / {
144147
# try_files $uri $uri/ =404;
145148
# }
146-
#}
149+
#}

0 commit comments

Comments
 (0)