aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache/templates/etc/httpd/conf/httpd.conf.j2
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-05-31 21:35:04 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-05-31 21:35:04 -0400
commit236d813994acd076ce96d764d569ee6bb3da98f9 (patch)
tree33f811ba7f557032601356218ff11d67a4895ffe /roles/apache/templates/etc/httpd/conf/httpd.conf.j2
parent9cbb7d043e7379f9d7e7c81cd75fcd2176a0b322 (diff)
downloadselfhosted-236d813994acd076ce96d764d569ee6bb3da98f9.tar.gz
selfhosted-236d813994acd076ce96d764d569ee6bb3da98f9.zip
add synapse role
Diffstat (limited to 'roles/apache/templates/etc/httpd/conf/httpd.conf.j2')
-rw-r--r--roles/apache/templates/etc/httpd/conf/httpd.conf.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/apache/templates/etc/httpd/conf/httpd.conf.j2 b/roles/apache/templates/etc/httpd/conf/httpd.conf.j2
index d34c4a9..6e52049 100644
--- a/roles/apache/templates/etc/httpd/conf/httpd.conf.j2
+++ b/roles/apache/templates/etc/httpd/conf/httpd.conf.j2
@@ -1,6 +1,8 @@
ServerRoot "/etc/httpd"
-Listen 80
+{% for port in apache_listen_ports %}
+Listen {{ port }}
+{% endfor %}
Include conf.modules.d/*.conf