remove rerouting

This commit is contained in:
2025-11-25 17:57:23 +00:00
parent 01ceebe420
commit 4b91dd27ce

View File

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