This commit is contained in:
richvdh 2022-01-04 22:32:15 +00:00
parent 52eead8eb4
commit 5ba9b49351
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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