From 82cd9ce4a7983b0104542816df366f8a0807ed8b Mon Sep 17 00:00:00 2001 From: faulty Date: Tue, 31 Jan 2023 12:45:09 +0100 Subject: [PATCH] fix? --- custom/proxy/config/vhost.d/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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