Add listen [::]:80; for IPv6 redirects.

This commit is contained in:
Jonah Aragon
2017-03-17 19:13:18 +00:00
parent d04f64d3d4
commit f087ebbee0
+1
View File
@@ -36,6 +36,7 @@ http {
# HTTP server
server {
listen 80;
listen [::]:80;
# collectd
location /nginx_status {