mod: custom image; forgor ; before
This commit is contained in:
parent
ab00467a8a
commit
4dd72c3eb4
6 changed files with 4 additions and 48 deletions
|
@ -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...";
|
||||
}
|
Reference in a new issue