location /{{ acme_validation_directory }} {
root {{ nginx_validation_root_directory }};
access_log on;
try_files $uri $uri/ =404;
}