Fixed nginx proxy_pass directive

merge-requests/594/head
olly1240 9 months ago committed by Timo Kösters
parent 4f096adcfa
commit 726b6f0fa6
No known key found for this signature in database
GPG Key ID: 0B25E636FBA7E4CB

@ -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;

Loading…
Cancel
Save