From 75b75b229ce7e5a4ce536ed902184cbfceae26c5 Mon Sep 17 00:00:00 2001 From: Maaike Date: Thu, 22 Aug 2024 14:55:43 +0200 Subject: [PATCH] Update nginx.conf (#85) no IPv6 required in container, wis2box-ui container service should be run behind a proxy and local binding can use IPv4 ? --- docker/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 89ff97a..bda7b56 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -9,7 +9,6 @@ http { default_type application/octet-stream; server { listen 80; - listen [::]:80; server_name localhost; location / {