Skip to content

Commit 7e4c397

Browse files
committed
explicitly set v4 and v6 listen ports
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
1 parent 7a425ac commit 7e4c397

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ http {
2727
include mime.types;
2828
access_log /dev/stdout;
2929
error_log /dev/stderr;
30-
listen [::]:8080 ipv6only=off;
30+
listen 8080;
31+
listen [::]:8080;
3132
proxy_redirect off;
3233
proxy_set_header Host $host;
3334
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)