0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

Update reverse_proxy.rst (#5397)

Updates reverse_proxy.rst with information about nginx' URI normalisation.
This commit is contained in:
Ulrik Günther 2019-07-12 12:46:18 +02:00 committed by Richard van der Hoff
parent 59f15309ca
commit d445b3ae57
2 changed files with 3 additions and 0 deletions

1
changelog.d/5397.doc Normal file
View file

@ -0,0 +1 @@
Add information about nginx normalisation to reverse_proxy.rst. Contributed by @skalarproduktraum - thanks!

View file

@ -49,6 +49,8 @@ Let's assume that we expect clients to connect to our server at
}
}
Do not add a `/` after the port in `proxy_pass`, otherwise nginx will canonicalise/normalise the URI.
* Caddy::
matrix.example.com {