-
-
Notifications
You must be signed in to change notification settings - Fork 721
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
Can you force the HTTPS redirection like the certbot --nginx plugin ?
It's more safe than the current implementation.
Like appending this to the conf file :
server {
if ($host = example.com) {
return 301 https://$host$request_uri;
} # managed by Certbot
server_name example.com;
listen 80;
return 404; # managed by Certbot
}
Maybe it could be a button to force the HTTPS redirection ?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request