nginx-rp: proxy to synapse on any path
This commit is contained in:
parent
1f0217a418
commit
ef072348d6
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ server {
|
||||||
|
|
||||||
server_name matrix.viyurz.fr;
|
server_name matrix.viyurz.fr;
|
||||||
|
|
||||||
location ~ ^(/_matrix|/_synapse/client) {
|
location / {
|
||||||
proxy_pass http://localhost:8008;
|
proxy_pass http://localhost:8008;
|
||||||
|
|
||||||
# Nginx by default only allows file uploads up to 1M in size
|
# Nginx by default only allows file uploads up to 1M in size
|
||||||
|
|
Loading…
Reference in a new issue