1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/nginx/templates/letsencrypt.conf
2016-06-20 03:00:53 +02:00

6 lines
140 B
Plaintext

location /.well-known/acme-challenge {
root {{ letsencrypt_validation_dir }};
default_type "text/plain";
try_files $uri =404;
}