mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 05:02:15 +01:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
location /.well-known/acme-challenge/ {
|
|
auth_basic off;
|
|
root /usr/share/nginx/html;
|
|
try_files $uri =404;
|
|
}
|