From f82978ae70b7eaf4c391e12a8ea715c868238342 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 1 Nov 2024 06:20:39 +0100 Subject: [PATCH] Add IPv6 support --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 6703859..5d3152a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,6 +10,7 @@ http { server { listen 80 default_server; + listen [::]:80 default_server; server_name _; root /usr/share/nginx/html;