Add ipv6 support
This commit is contained in:
parent
08d977b8cd
commit
71d19d02c7
@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user