summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-04-22 14:23:10 +0100
committerGitHub <noreply@github.com>2020-04-22 14:23:10 +0100
commite66bbf7a9db5cbd94ecd59b8375ab398d6951344 (patch)
tree8661d0190c6aca4bac41355176c1fb2742e9d4ae /docs/sample_config.yaml
parentRemove unnecessary shadow server code (diff)
downloadsynapse-e66bbf7a9db5cbd94ecd59b8375ab398d6951344.tar.xz
Fix and refactor rewritten IS url feature. Add sample config docs (#40)
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml7
1 files changed, 7 insertions, 0 deletions
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 ###