fix: make it be another endpoint

This commit is contained in:
Strix 2023-11-03 13:19:12 +01:00
parent a63bb96973
commit f7b8781a29
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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