ansible-config/roles/nginx/files/snippets/location-acme.conf
Alexander Dietrich 7956d09b3e New nginx role
2018-11-10 00:20:18 +01:00

6 lines
130 B
Plaintext

location ^~ /.well-known/acme-challenge {
root /var/www/_acme-challenge;
try_files $uri $uri/ =404;
access_log off;
}