nginx-rp: proxy to synapse on any path

This commit is contained in:
Viyurz 2023-12-11 14:49:12 +01:00
parent 1f0217a418
commit ef072348d6

View file

@ -100,7 +100,7 @@ server {
server_name matrix.viyurz.fr;
location ~ ^(/_matrix|/_synapse/client) {
location / {
proxy_pass http://localhost:8008;
# Nginx by default only allows file uploads up to 1M in size