mirror of
https://github.com/element-hq/synapse.git
synced 2025-04-18 03:56:21 +00:00
deploy: 79f6d3550a
This commit is contained in:
parent
52eead8eb4
commit
5ba9b49351
4 changed files with 4 additions and 4 deletions
|
@ -918,7 +918,7 @@ to proxied traffic.)</p>
|
|||
|
||||
server_name matrix.example.com;
|
||||
|
||||
location ~* ^(\/_matrix|\/_synapse\/client) {
|
||||
location ~ ^(/_matrix|/_synapse/client) {
|
||||
# note: do not add a path (even a single /) after the port in `proxy_pass`,
|
||||
# otherwise nginx will canonicalise the URI and cause signature verification
|
||||
# errors.
|
||||
|
|
|
@ -232,7 +232,7 @@ to proxied traffic.)</p>
|
|||
|
||||
server_name matrix.example.com;
|
||||
|
||||
location ~* ^(\/_matrix|\/_synapse\/client) {
|
||||
location ~ ^(/_matrix|/_synapse/client) {
|
||||
# note: do not add a path (even a single /) after the port in `proxy_pass`,
|
||||
# otherwise nginx will canonicalise the URI and cause signature verification
|
||||
# errors.
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue