Add listen [::]:80; for IPv6 redirects.
This commit is contained in:
@@ -36,6 +36,7 @@ http {
|
||||
# HTTP server
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
# collectd
|
||||
location /nginx_status {
|
||||
|
||||
Reference in New Issue
Block a user