mirror of
https://git.fsfe.org/fsfe-system-hackers/reverse-proxy
synced 2025-02-07 18:51:14 +01:00
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
## Start of configuration add by letsencrypt container
|
|
location /.well-known/acme-challenge/ {
|
|
auth_basic off;
|
|
allow all;
|
|
root /usr/share/nginx/html;
|
|
try_files $uri =404;
|
|
break;
|
|
}
|
|
## End of configuration add by letsencrypt container
|