Correct https

This commit is contained in:
Artur 2024-10-06 21:20:25 +02:00
parent c3a5f69046
commit 7bef889c72
1 changed files with 0 additions and 17 deletions

View File

@ -27,20 +27,3 @@ 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;
}