From 878532b5f004d159a73c697d3c7e187a877f0bfc Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 25 Sep 2024 10:43:02 +0200 Subject: [PATCH 1/2] fix: nginx conf compatibility with ipv4/v6 --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 3ff25e185..aa1ca875d 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -7,7 +7,7 @@ map $sent_http_content_type $expires { server { listen 80; - listen [::]:80; + listen 0.0.0.0:80; server_name localhost; # serve compressed file if filename.gz exists From 10bd5e9e3050f15290cf4628d078178550fa25cb Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 25 Sep 2024 10:48:44 +0200 Subject: [PATCH 2/2] fix: duplicate port bind --- docker/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index aa1ca875d..7f7313e00 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -7,7 +7,6 @@ map $sent_http_content_type $expires { server { listen 80; - listen 0.0.0.0:80; server_name localhost; # serve compressed file if filename.gz exists