diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-17 10:56:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-17 10:56:55 +0100 |
commit | 5299707329e1c5d6228605ca660800f6dc4cf20d (patch) | |
tree | 5277555c65670460cbd761698b1c920473d2835f /docs/reverse_proxy.rst | |
parent | Merge remote-tracking branch 'origin/release-v1.1.0' into matrix-org-hotfixes (diff) | |
parent | Merge pull request #5597 from matrix-org/erikj/admin_api_cmd (diff) | |
download | synapse-5299707329e1c5d6228605ca660800f6dc4cf20d.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'docs/reverse_proxy.rst')
-rw-r--r-- | docs/reverse_proxy.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reverse_proxy.rst b/docs/reverse_proxy.rst index e4b870411c..4b640ffc4f 100644 --- a/docs/reverse_proxy.rst +++ b/docs/reverse_proxy.rst @@ -48,6 +48,8 @@ Let's assume that we expect clients to connect to our server at proxy_set_header X-Forwarded-For $remote_addr; } } + + Do not add a `/` after the port in `proxy_pass`, otherwise nginx will canonicalise/normalise the URI. * Caddy:: |