diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-08-05 13:20:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 07:20:05 -0400 |
commit | 834cdc3606c9193f7b5a5e93936193b359222690 (patch) | |
tree | 762f5c6e7665c738cb17850c77a57b9a82670bf4 /docs/SUMMARY.md | |
parent | Don't fail CI when lint-newfile job was skipped (#10529) (diff) | |
download | synapse-834cdc3606c9193f7b5a5e93936193b359222690.tar.xz |
Add documentation for configuring a forward proxy. (#10443)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 10be12d638..3d320a1c43 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -7,6 +7,7 @@ - [Installation](setup/installation.md) - [Using Postgres](postgres.md) - [Configuring a Reverse Proxy](reverse_proxy.md) + - [Configuring a Forward/Outbound Proxy](setup/forward_proxy.md) - [Configuring a Turn Server](turn-howto.md) - [Delegation](delegate.md) |