summaryrefslogtreecommitdiffstats
path: root/roles/nginx/templates/letsencrypt.conf
blob: 99dd6c628499f32bd2bc064968c3bff521cd1d24 (plain) (blame)
1
2
3
4
5
location /.well-known/acme-challenge {
    root {{ letsencrypt_validation_dir }};
    default_type "text/plain";
    try_files $uri =404;
}