Make follow_redirects configurable when checking /.well-known/matrix/client

Discussed in #101 (Github Issue).
This commit is contained in:
Slavi Pantaleev
2020-03-31 11:45:32 +03:00
parent bb2b2b4f1c
commit 8bcc9712d0
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- path: /.well-known/matrix/client
purpose: Client Discovery
cors: true
follow_redirects: none
follow_redirects: "{{ matrix_nginx_proxy_self_check_well_known_matrix_client_follow_redirects }}"
validate_certs: "{{ matrix_nginx_proxy_self_check_validate_certificates }}"
- block: