location ~ ^/.well-known/matrix/(client|server) { include proxy_params; proxy_http_version 1.1; proxy_pass http://localhost:8008; } location ~ ^(/_matrix|/_synapse/client) { client_max_body_size 50M; include proxy_params; proxy_http_version 1.1; proxy_pass http://localhost:8008; }