Skip to content

Commit 4750ea8

Browse files
authored
[nginx] Update nginx config to listen in ipv6 too (elastic#9720)
1 parent 25b0988 commit 4750ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nginx/_dev/deploy/docker/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ http {
2020
access_log /var/log/nginx/access.log main;
2121

2222
server {
23+
listen [::]:80;
2324
listen 80;
2425
server_name localhost;
2526

0 commit comments

Comments
 (0)