fix listen directive
This commit is contained in:
parent
0bd10d23ec
commit
35b102a7b7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ server {
|
|||
server_name *.{{ domain|parentdomain }};
|
||||
{%- endif %}
|
||||
listen 80;
|
||||
listen [::] 80;
|
||||
listen [::]:80;
|
||||
|
||||
access_log /var/log/nginx/{{ domainname }}.access.log;
|
||||
error_log /var/log/nginx/{{ domainname }}.error.log;
|
||||
|
|
Loading…
Reference in a new issue