diff --git a/nginx-rp/reverse-proxy.conf b/nginx-rp/reverse-proxy.conf index 813a7e6..5a6655f 100644 --- a/nginx-rp/reverse-proxy.conf +++ b/nginx-rp/reverse-proxy.conf @@ -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