Make nginx listen on :: for ipv6

This commit is contained in:
Johannes Zellner
2017-09-11 14:53:41 +02:00
parent 26f33a8e9b
commit e50e0f730b
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ http {
# HTTP server
server {
listen 80;
listen [::]:80;
# collectd
location /nginx_status {