Przeglądaj źródła

2nd commit: add option to log nginx access to file

pull/213/head
Thomas Kuehne 6 lat temu
rodzic
commit
272e4368d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml

+ 1
- 1
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml Wyświetl plik

@@ -195,7 +195,7 @@
state: absent
when: "not matrix_nginx_proxy_proxy_synapse_metrics_basic_auth_enabled|bool or not matrix_nginx_proxy_proxy_synapse_metrics|bool"

- name: Ensure Matrix nginx-proxy configuration for base domain deleted
- name: Ensure Matrix nginx-proxy access log deleted
file:
path: "{{ matrix_nginx_proxy_base_path }}/access.log"
state: absent


Ładowanie…
Anuluj
Zapisz