10 lines
133 B
Caddyfile
10 lines
133 B
Caddyfile
|
:80/.well-known/acme-challenge/ {
|
||
|
browse
|
||
|
root /var/www/certMgmt
|
||
|
}
|
||
|
|
||
|
:80 {
|
||
|
redir / https://{host}{uri} 301
|
||
|
}
|
||
|
|