chore: cleanup

This commit is contained in:
Gerard Gascón 2025-04-26 15:22:05 +02:00
parent 3b84ec9de7
commit 06ae252b53

View file

@ -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 {