Fixed nginx proxy_pass directive
This commit is contained in:
parent
3c12c2b6ca
commit
3d4ed3e4fc
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ server {
|
|||
|
||||
location /_matrix/ {
|
||||
# TCP
|
||||
proxy_pass http://127.0.0.1:6167$request_uri;
|
||||
proxy_pass http://127.0.0.1:6167;
|
||||
|
||||
# UNIX socket
|
||||
#proxy_pass http://backend;
|
||||
|
|
Loading…
Add table
Reference in a new issue