From 06ae252b532bbcaad8615edba5dc8468a64cfc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:22:05 +0200 Subject: [PATCH] chore: cleanup --- nginx.conf | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nginx.conf b/nginx.conf index 8c20cb6..41f0e1d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,15 +15,8 @@ http { ssl_certificate /etc/letsencrypt/live/vps.gerardgascon.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/vps.gerardgascon.com/privkey.pem; - ssl_protocols TLSv1.2 TLSv1.3; - ssl_ciphers HIGH:!aNULL:!MD5; - - root /usr/share/nginx/html - index index.html - - location / { - - } + root /usr/share/nginx/html; + index index.html; } server {