mod: custom image; forgor ; before

This commit is contained in:
Didier Slof 2023-02-01 11:41:16 +01:00
parent ab00467a8a
commit 4dd72c3eb4
Signed by: didier
GPG key ID: 01E71F18AA4398E5
6 changed files with 4 additions and 48 deletions

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..."
return 200 "Nginx is working...";
}