fix: use old matrix url aswell
This commit is contained in:
parent
7980e8c3a1
commit
f40d73fc36
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue