@@ -12,6 +12,10 @@ http {
location /.well-known/acme-challenge/ {
alias /var/www/certbot/;
}
+
+ location / {
+ return 404;
+ }