fix: use old matrix url aswell

This commit is contained in:
Strix 2023-11-03 12:52:49 +01:00
parent 7980e8c3a1
commit f40d73fc36
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -1,6 +1,6 @@
server {
listen 80;
server_name matrix.ixvd.net;
server_name matrix.ixvd.net matrix.neo.ixvd.net;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;