Fixed nginx proxy_pass directive #1014

Merged
timokoesters merged 1 commit from fixnginx into next 2024-02-28 16:09:56 +00:00
Showing only changes of commit 726b6f0fa6 - Show all commits

View file

@ -279,7 +279,7 @@ server {
client_max_body_size 20M;
location /_matrix/ {
proxy_pass http://127.0.0.1:6167$request_uri;
proxy_pass http://127.0.0.1:6167;
proxy_set_header Host $http_host;
proxy_buffering off;
proxy_read_timeout 5m;