summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/acme-client/httpd.conf
blob: 316605aa433897781bdd2a18827f005f21d91e51 (plain)
1
2
3
4
5
6
7
8
chroot "${.OBJDIR}/www"
server "default" {
	listen on "*" port 80
	location "/.well-known/acme-challenge/*" {
		root "/acme"
		request strip 2
	}
}