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 {