From f087ebbee0e5cd1872d50a433bcc7650bd3494c6 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 17 Mar 2017 19:13:18 +0000 Subject: [PATCH] Add `listen [::]:80;` for IPv6 redirects. --- setup/start/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/start/nginx/nginx.conf b/setup/start/nginx/nginx.conf index 602069a08..3a026627f 100644 --- a/setup/start/nginx/nginx.conf +++ b/setup/start/nginx/nginx.conf @@ -36,6 +36,7 @@ http { # HTTP server server { listen 80; + listen [::]:80; # collectd location /nginx_status {