aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache/README.md
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/README.md
parent9cbb7d043e7379f9d7e7c81cd75fcd2176a0b322 (diff)
downloadselfhosted-236d813994acd076ce96d764d569ee6bb3da98f9.tar.gz
selfhosted-236d813994acd076ce96d764d569ee6bb3da98f9.zip
add synapse role
Diffstat (limited to 'roles/apache/README.md')
-rw-r--r--roles/apache/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/apache/README.md b/roles/apache/README.md
index 77f0ec9..ce203d3 100644
--- a/roles/apache/README.md
+++ b/roles/apache/README.md
@@ -14,6 +14,8 @@ This role **accepts** the following variables:
Variable | Default | Description
---------------------------------|-----------|------------
+`apache_listen_ports` | `[80]` | HTTP ports to listen on
+`apache_ssl_listen_ports` | `[443]` | HTTPS ports to listen on
`apache_use_nfs` | no | Value of the `httpd_use_nfs` SELinux boolean
`apache_can_network_relay` | yes | Value of the `httpd_can_network_relay` SELinux boolean
`apache_can_network_connect` | no | Value of the `httpd_can_network_connect` SELinux boolean