fix?
This commit is contained in:
parent
ff9dc35bb9
commit
82cd9ce4a7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ location ^~ /.well-known/acme-challenge/ {
|
||||||
## End of configuration add by letsencrypt container
|
## End of configuration add by letsencrypt container
|
||||||
|
|
||||||
|
|
||||||
location /_/nginx {
|
location ^~ /_/nginx {
|
||||||
add_header Content-Type text/html;
|
add_header Content-Type text/html;
|
||||||
return 200 "Nginx is working..."
|
return 200 "Nginx is working..."
|
||||||
}
|
}
|
Reference in a new issue