Fixed nginx proxy_pass directive

This commit is contained in:
olly1240
2023-10-24 11:56:49 +00:00
committed by Timo Kösters
parent 4f096adcfa
commit 726b6f0fa6

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;