diff --git a/nginx/default b/nginx/default index 9419844..4970db0 100644 --- a/nginx/default +++ b/nginx/default @@ -21,7 +21,7 @@ server { if ($host = example.com) { return 301 https://$host$request_uri; - } # managed by Certbot + } # Edit the cli.ini in /etc/letsencrypt/ directory to add security enchancements return 404; }