diff --git a/custom/proxy/config/vhost.d/default b/custom/proxy/config/vhost.d/default index 201ffc2..7ec945b 100644 --- a/custom/proxy/config/vhost.d/default +++ b/custom/proxy/config/vhost.d/default @@ -10,7 +10,7 @@ location ^~ /.well-known/acme-challenge/ { ## End of configuration add by letsencrypt container -location /_/nginx { +location ^~ /_/nginx { add_header Content-Type text/html; return 200 "Nginx is working..." } \ No newline at end of file