IPv6 enabled

This commit is contained in:
Bandie 2021-01-13 19:38:16 +01:00
parent 71c5b1ae92
commit 7a8eef0cf0
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
1 changed files with 1 additions and 0 deletions

View File

@ -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%%;