Make nginx listen on :: for ipv6
This commit is contained in:
@@ -39,6 +39,7 @@ http {
|
||||
# HTTP server
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
# collectd
|
||||
location /nginx_status {
|
||||
|
||||
Reference in New Issue
Block a user