From 953b647d253ca106b5030d261885586b76aad52d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 29 Nov 2020 01:24:18 +0100 Subject: [PATCH] Updated canonical name https://www.victorwesterlund.com .. changed to .. https://victorwesterlund.com --- server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.conf b/server.conf index da8a0c2..b31f8d0 100644 --- a/server.conf +++ b/server.conf @@ -6,14 +6,14 @@ server { server_name www.victorwesterlund.com victorwesterlund.com; - return 301 https://www.victorwesterlund.com$request_uri; + return 301 https://victorwesterlund.com$request_uri; } server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name www.victorwesterlund.com; + server_name victorwesterlund.com; ssl on; include snippets/ssl.conf;