Skip to content

Commit

Permalink
[nginx] Update nginx config to listen in ipv6 too (#9720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Apr 26, 2024
1 parent 25b0988 commit 4750ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nginx/_dev/deploy/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ http {
access_log /var/log/nginx/access.log main;

server {
listen [::]:80;
listen 80;
server_name localhost;

Expand Down

0 comments on commit 4750ea8

Please sign in to comment.