new ssl/apache2 command
This commit is contained in:
parent
534c0901f1
commit
bcd67dfcf9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user