Skip to content

Commit 009efda

Browse files
committed
Fix matrix.DOMAIN/_synapse/metrics exposing
This is something that got lost during #456 and more specifically 4d62a75. Fixes #914
1 parent a25b813 commit 009efda

File tree

1 file changed

+2
-0
lines changed
  • roles/matrix-nginx-proxy/defaults

1 file changed

+2
-0
lines changed

roles/matrix-nginx-proxy/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_prefix_regexes: |
193193
(['/_synapse/oidc'] if matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled else [])
194194
+
195195
(['/_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 [])
196198
}}
197199
198200
# Specifies where requests for the root URI (`/`) on the `matrix.` domain should be redirected.

0 commit comments

Comments
 (0)