diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 5d4c3b9..57d93e3 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -53,10 +53,6 @@ http { try_files $uri $uri/ =404; } - location /cv { - /index.html - } - location ~ /.well-known/acme-challenge/ { root /var/www/certbot; }