From 70dca69eb3f7702f53906a5d462ec2a9be0f721e Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sun, 20 Nov 2022 18:44:37 +0100 Subject: [PATCH] feat: migrated from .xyz tld to .fr Signed-off-by: Louis Vallat --- nginx.conf | 2 +- src/.well-known/matrix/server | 2 +- src/index.html | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nginx.conf b/nginx.conf index 2369b8c..16e2610 100644 --- a/nginx.conf +++ b/nginx.conf @@ -23,6 +23,6 @@ server { } location /.well-known/webfinger { - return 301 https://mastodon.louis-vallat.xyz$request_uri; + return 301 https://mastodon.louis-vallat.fr$request_uri; } } diff --git a/src/.well-known/matrix/server b/src/.well-known/matrix/server index 40749fa..7923e41 100644 --- a/src/.well-known/matrix/server +++ b/src/.well-known/matrix/server @@ -1,4 +1,4 @@ { - "m.server": "matrix.louis-vallat.xyz:443" + "m.server": "matrix.louis-vallat.fr:443" } diff --git a/src/index.html b/src/index.html index 7b123ca..075ee41 100644 --- a/src/index.html +++ b/src/index.html @@ -16,17 +16,17 @@ PAGE CODED BY : - + - + - - + + @@ -226,10 +226,10 @@ PAGE CODED BY :