Explorar el Código

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

pull/213/head
Thomas Kuehne hace 6 años
padre
commit
272e4368d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml

+ 1
- 1
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar