Browse Source

remove etherpad nginx config automatically

pull/2237/head
Aine 3 years ago
parent
commit
a4dbc27f34
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      roles/custom/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml

+ 6
- 0
roles/custom/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml View File

@@ -321,6 +321,12 @@
state: absent
when: "not matrix_nginx_proxy_proxy_ntfy_enabled | bool"

- name: Ensure Matrix nginx-proxy configuration for etherpad domain deleted
ansible.builtin.file:
path: "{{ matrix_nginx_proxy_confd_path }}/matrix-etherpad.conf"
state: absent
when: "not matrix_nginx_proxy_proxy_etherpad_enabled | bool"

- name: Ensure Matrix nginx-proxy homepage for base domain deleted
ansible.builtin.file:
path: "{{ matrix_nginx_proxy_data_path }}/matrix-domain/index.html"


Loading…
Cancel
Save