From 2bd6dcab73f8a03af5565d24ca282a02107b026a Mon Sep 17 00:00:00 2001 From: t0stbrot Date: Sat, 11 Oct 2025 14:57:38 +0200 Subject: [PATCH] remove ipv6 to fix duplicate --- nginx/conf.d/default.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 81cf99b..78fbc27 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,7 +1,6 @@ server { listen 80; - listen [::]:80; server_name ""; root /home/container/webroot;