mov proxy

This commit is contained in:
Didier Slof 2023-01-31 12:37:35 +01:00
parent 40d013df56
commit 41d8aa1042
Signed by: didier
GPG key ID: 01E71F18AA4398E5
5 changed files with 1 additions and 1 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