From 4b91dd27cecfb8aa842feb9452546302e44e56aa Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 25 Nov 2025 17:57:23 +0000 Subject: [PATCH] remove rerouting --- nginx/nginx.conf.template | 4 ---- 1 file changed, 4 deletions(-) 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; }