SHA256
1
0
forked from pool/dehydrated
dehydrated/acme-challenge.conf.lighttpd.in
2020-04-20 10:44:17 +00:00

5 lines
103 B
Plaintext

server.modules += ("mod_alias")
alias.url += (
"/.well-known/acme-challenge/" => "@CHALLENGEDIR@/",
)