summaryrefslogtreecommitdiff
path: root/playbooks.d/webserver-nginx/share/snippets.d/certbot.conf
blob: 64c91953bb4c94661128c1a87f0f08d5ec79d0b3 (plain)
1
2
3
4
5
# Certbot endpoint
location /.well-known/acme-challenge {
	root /var/www/.acme;
	try_files $uri $uri/ =404;
}