From 7bef889c7201ff80140c61b53fb676714d94a5da Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 6 Oct 2024 21:20:25 +0200 Subject: [PATCH] Correct https --- nginx-config/https/https.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/nginx-config/https/https.conf b/nginx-config/https/https.conf index 5c9fc6e..7935c43 100644 --- a/nginx-config/https/https.conf +++ b/nginx-config/https/https.conf @@ -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; - - - -} \ No newline at end of file