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 f4762cb commit 338f633Copy full SHA for 338f633
1 file changed
charts/synapse/values.yaml
@@ -582,8 +582,8 @@ ingress:
582
# This pattern (56 chars) is tried before shorter routes, so negative lookaheads are required to
583
# prevent shadowing:
584
# - (?!/(media|openid)) excludes:
585
- # /_matrix/federation/v1/media/ (29 chars) → must go to synapse-media-repository
586
- # /_matrix/federation/v1/openid/ (37 chars) → must go to synapse-master (masterOverridesRoutes)
+ # /_matrix/federation/v1/media/ (29 chars) -> must go to synapse-media-repository
+ # /_matrix/federation/v1/openid/ (37 chars) -> must go to synapse-master (masterOverridesRoutes)
587
- "/_matrix/(federation/(v1|v2)(?!/(media|openid))|key/v2)/"
588
# enabled if MAS is enabled, mutually exclusive with clientReaderRegister
589
# source: login.py:76,588 logout.py:38,65
0 commit comments