add listen directive to enable IPv6
This commit is contained in:
parent
33ee189eee
commit
886f925915
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :bug:`-` add listen directive to enable IPv6
|
||||
|
||||
* :release:`0.1.1 <2015-01-27>`
|
||||
* :bug:`-` force symlink creation for enable_web_vhost task to make it
|
||||
idempotent
|
||||
|
|
|
@ -4,6 +4,8 @@ server {
|
|||
server_name *.{{ domain|parentdomain }};
|
||||
{%- endif %}
|
||||
|
||||
listen [::]:80;
|
||||
|
||||
access_log /var/log/nginx/{{ domain }}.access.log;
|
||||
error_log /var/log/nginx/{{ domain }}.error.log;
|
||||
|
||||
|
|
Loading…
Reference in a new issue