mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-07 12:38:06 -04:00
Fixed nginx proxy_pass directive
This commit is contained in:
parent
c2875a7b83
commit
b98c5d278d
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ server {
|
||||||
|
|
||||||
location /_matrix/ {
|
location /_matrix/ {
|
||||||
# TCP
|
# TCP
|
||||||
proxy_pass http://127.0.0.1:6167$request_uri;
|
proxy_pass http://127.0.0.1:6167;
|
||||||
|
|
||||||
# UNIX socket
|
# UNIX socket
|
||||||
#proxy_pass http://backend;
|
#proxy_pass http://backend;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue