moving fonts

This commit is contained in:
2025-11-25 17:51:34 +00:00
parent 6f933e7d18
commit a851897a62
7 changed files with 4 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ http {
try_files $uri $uri/ =404;
}
location /cv {
/index.html
}
location ~ /.well-known/acme-challenge/ {
root /var/www/certbot;
}