mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-29 11:14:24 +01:00
Fixed nginx proxy_pass directive
This commit is contained in:
parent
4f096adcfa
commit
726b6f0fa6
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ server {
|
||||||
client_max_body_size 20M;
|
client_max_body_size 20M;
|
||||||
|
|
||||||
location /_matrix/ {
|
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_set_header Host $http_host;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_read_timeout 5m;
|
proxy_read_timeout 5m;
|
||||||
|
|
Loading…
Reference in a new issue