Skip to content

Commit

Permalink
nginx-test container: listen on IPv6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Aug 30, 2024
1 parent a833793 commit c7fd666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/files/nginx.default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ssl_certificate_key /root/certs/foobar.key;

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

location / {
Expand Down

0 comments on commit c7fd666

Please sign in to comment.