diff --git a/roles/zamok-tools/templates/apache2/ports.conf.j2 b/roles/zamok-tools/templates/apache2/ports.conf.j2 index eba40f5f..87e8178e 100644 --- a/roles/zamok-tools/templates/apache2/ports.conf.j2 +++ b/roles/zamok-tools/templates/apache2/ports.conf.j2 @@ -4,7 +4,6 @@ Listen 127.0.0.1:80 Listen 172.16.10.31:80 -Listen 185.230.79.1:80 -#Listen [2a0c:700:0:24:1e98:ecff:fe15:2c88]:80 -#Listen [2a0c:700:0:2:1e98:ecff:fe15:2c88]:80 +Listen [::1]:80 +Listen [fd00::10:1e98:ecff:fe15:2c8a]:80 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet