fix: make it be another endpoint
This commit is contained in:
parent
a63bb96973
commit
f7b8781a29
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ server {
|
||||||
server_name matrix.neo.ixvd.net;
|
server_name matrix.neo.ixvd.net;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 302 https://matrix.ixvd.net$request_uri;
|
proxy_pass http://conduit:6167;
|
||||||
|
client_max_body_size 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue