We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25b813 commit 009efdaCopy full SHA for 009efda
roles/matrix-nginx-proxy/defaults/main.yml
@@ -193,6 +193,8 @@ matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_prefix_regexes: |
193
(['/_synapse/oidc'] if matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled else [])
194
+
195
(['/_synapse/admin'] if matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_admin_api_enabled else [])
196
+ +
197
+ (['/_synapse/metrics'] if matrix_nginx_proxy_proxy_synapse_metrics else [])
198
}}
199
200
# Specifies where requests for the root URI (`/`) on the `matrix.` domain should be redirected.
0 commit comments