From f40d73fc367594a5495b5301dfc4e9236a8d6a3f Mon Sep 17 00:00:00 2001 From: Raine Date: Fri, 3 Nov 2023 12:52:49 +0100 Subject: [PATCH] fix: use old matrix url aswell --- servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf b/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf index 24a4404..5a0d798 100644 --- a/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf +++ b/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf @@ -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;