new ssl/apache2 command

This commit is contained in:
gauthiier 2025-09-26 12:03:20 +02:00
parent 534c0901f1
commit bcd67dfcf9

View File

@ -5,7 +5,8 @@ server {
}
server {
listen 443 ssl http2;
listen 443 ssl;
http2 on;
ssl_certificate /etc/letsencrypt/live/%domain?/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/%domain?/privkey.pem;