IPv6 enabled
This commit is contained in:
parent
71c5b1ae92
commit
7a8eef0cf0
@ -17,6 +17,7 @@ http {
|
||||
keepalive_timeout 3000;
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
root /www;
|
||||
index index.html index.htm index.php;
|
||||
server_name %%DOMAIN_NAME%%;
|
||||
|
Loading…
Reference in New Issue
Block a user