|
|
|
@ -184,6 +184,12 @@ matrix_nginx_proxy_ssl_protocols: "TLSv1.2 TLSv1.3"
|
|
|
|
|
# Controls whether the self-check feature should validate SSL certificates.
|
|
|
|
|
matrix_nginx_proxy_self_check_validate_certificates: true
|
|
|
|
|
|
|
|
|
|
# Controls whether redirects will be followed when checking the `/.well-known/matrix/client` resource.
|
|
|
|
|
#
|
|
|
|
|
# As per the spec (https://matrix.org/docs/spec/client_server/r0.6.0#well-known-uri), it shouldn't be,
|
|
|
|
|
# so we default to not following redirects as well.
|
|
|
|
|
matrix_nginx_proxy_self_check_well_known_matrix_client_follow_redirects: none
|
|
|
|
|
|
|
|
|
|
# By default, this playbook automatically retrieves and auto-renews
|
|
|
|
|
# free SSL certificates from Let's Encrypt.
|
|
|
|
|
#
|
|
|
|
|