Skip to content

Commit

Permalink
Update nginx config to listen in ipv6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Apr 25, 2024
1 parent 3207303 commit 96bca41
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 96bca41

Please sign in to comment.