From e66bbf7a9db5cbd94ecd59b8375ab398d6951344 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 22 Apr 2020 14:23:10 +0100 Subject: Fix and refactor rewritten IS url feature. Add sample config docs (#40) --- docs/sample_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/sample_config.yaml') diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 34bdc3759f..274658bfb2 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1221,6 +1221,13 @@ account_threepid_delegates: # #autocreate_auto_join_rooms: true +# Rewrite identity server URLs with a map from one URL to another. Applies to URLs +# provided by clients (which have https:// prepended) and those specified +# in `account_threepid_delegates`. URLs should not feature a trailing slash. +# +#rewrite_identity_server_urls: +# "https://somewhere.example.com": "https://somewhereelse.example.com" + ## Metrics ### -- cgit 1.5.1