This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
2nd commit: add option to log nginx access to file
pull/213/head
Thomas Kuehne
6 years ago
parent
6220885e7d
commit
272e4368d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
+ 1
- 1
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save