adding robots.txt

This commit is contained in:
2026-01-20 20:43:36 +00:00
parent 4ed4d3a26f
commit 8bcd37cf68
4 changed files with 18 additions and 13 deletions

View File

@@ -53,6 +53,12 @@ http {
try_files $uri $uri/ /index.html;
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
location ~ /.well-known/acme-challenge/ {
root /var/www/certbot;
}