added cert to other https
This commit is contained in:
@@ -28,6 +28,9 @@ http {
|
||||
listen 443 ssl;
|
||||
server_name $DOMAIN;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/$DOMAIN/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/$DOMAIN/privkey.pem;
|
||||
|
||||
return 301 https://www.$DOMAIN$request_uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user