Browse Source

Add nginx proxy to required services

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr 3 years ago
parent
commit
e99fbf1ca0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers View File

@@ -1346,6 +1346,8 @@ matrix_cactus_comments_systemd_required_services_list: |
{{ {{
(['docker.service']) (['docker.service'])
+ +
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
+
(['matrix-' + matrix_homeserver_implementation + '.service']) (['matrix-' + matrix_homeserver_implementation + '.service'])
}} }}
matrix_cactus_comments_homeserver_url: "{{ matrix_homeserver_url }}" matrix_cactus_comments_homeserver_url: "{{ matrix_homeserver_url }}"


Loading…
Cancel
Save