diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-05-31 23:10:53 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:00 +0200 |
commit | acb068b4a5af0654d21c2830655b7c6156a2b845 (patch) | |
tree | e39d16f7bfa6c631271a9a5bf5720fdc0ea9f5ca /roles/common/templates | |
parent | e63885bcc0d46bfe58a32fcfc1d02daae8735929 (diff) |
Configure ikiwiki (website + wiki).
Diffstat (limited to 'roles/common/templates')
-rw-r--r-- | roles/common/templates/etc/iptables/services.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index 8812537..c729e1a 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -52,7 +52,7 @@ in tcp {{ postfix_instance.lists.port }} {% if 'MSA' in group_names %} in tcp 587 # SMTP-AUTH {% endif %} -{% if 'webmail' in group_names or 'lists' in group_names or 'website' in group_names %} +{% if 'webmail' in group_names or 'lists' in group_names or 'wiki' in group_names %} in tcp 80,443 # HTTP/HTTPS {% endif %} {% if 'webmail' in group_names and 'IMAP' not in group_names %} |