mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 14:07:55 -05:00
Update reverse_proxy.rst (#5397)
Updates reverse_proxy.rst with information about nginx' URI normalisation.
This commit is contained in:
parent
59f15309ca
commit
d445b3ae57
1
changelog.d/5397.doc
Normal file
1
changelog.d/5397.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add information about nginx normalisation to reverse_proxy.rst. Contributed by @skalarproduktraum - thanks!
|
@ -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::
|
* Caddy::
|
||||||
|
|
||||||
matrix.example.com {
|
matrix.example.com {
|
||||||
|
Loading…
Reference in New Issue
Block a user