This commit is contained in:
Hattshire 2023-09-11 12:48:18 +00:00
parent 24bee4c85e
commit c084dd2a19
7 changed files with 86 additions and 22 deletions

View file

@ -1,10 +0,0 @@
## Start of configuration add by letsencrypt container
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}
## End of configuration add by letsencrypt container