Updated canonical name

https://www.victorwesterlund.com
.. changed to ..
https://victorwesterlund.com
This commit is contained in:
Victor Westerlund 2020-11-29 01:24:18 +01:00
parent 919f0fa13b
commit 953b647d25

View file

@ -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;