certMgmt/Caddyfile

10 lines
133 B
Caddyfile
Raw Normal View History

2019-04-03 19:05:23 +00:00
:80/.well-known/acme-challenge/ {
browse
root /var/www/certMgmt
}
:80 {
redir / https://{host}{uri} 301
}