Correct https
This commit is contained in:
parent
c3a5f69046
commit
7bef889c72
|
|
@ -26,21 +26,4 @@ server {
|
|||
|
||||
|
||||
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
listen 443 ssl;
|
||||
|
||||
server_name www.artikus.dynu.net;
|
||||
|
||||
server_tokens off;
|
||||
|
||||
ssl_certificate /letsencrypt/live/artikus.dynu.net/fullchain.pem;
|
||||
ssl_certificate_key /letsencrypt/live/artikus.dynu.net/privkey.pem;
|
||||
|
||||
return 301 https://bodypainter.eu$request_uri;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue