diff --git a/conf/nginx.conf b/conf/nginx.conf index 4a49b26..6a4db4c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -30,12 +30,6 @@ location / { # include conf.d/yunohost_panel.conf.inc; } -# Let's Encrypt keeps its files here -location ^~ '/.well-known/acme-challenge' { - root /var/www/certbot; - default_type "text/plain"; -} - location ~ ^/(js|css) { root __FINALPATH__/live/priv/static; etag off;