Skip to content

Commit

Permalink
docker: Add IPv6 listen to default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 14, 2023
1 parent 17f6b47 commit 7f3119c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docker/samples/default.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 8080;
listen [::]:8080;
server_name localhost;

#access_log /var/log/nginx/host.access.log main;
Expand Down

0 comments on commit 7f3119c

Please sign in to comment.