mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
Updated canonical name
https://www.victorwesterlund.com .. changed to .. https://victorwesterlund.com
This commit is contained in:
parent
919f0fa13b
commit
953b647d25
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue