From 872b75871eba89a6cd12c43372c0e479233d7a1a Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 10 Feb 2022 21:08:37 -0500 Subject: [PATCH] add ipv6 for redirect --- Nginx/Server Blocks/http-redirect.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Nginx/Server Blocks/http-redirect.conf b/Nginx/Server Blocks/http-redirect.conf index d3c2517..f6b5076 100644 --- a/Nginx/Server Blocks/http-redirect.conf +++ b/Nginx/Server Blocks/http-redirect.conf @@ -1,6 +1,7 @@ server { listen 80; + listen [::]:80; return 301 https://$host$request_uri;