This commit is contained in:
Didier Slof 2023-01-31 12:45:09 +01:00
parent ff9dc35bb9
commit 82cd9ce4a7
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -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..."
}