This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
certMgmt/Caddyfile

10 lines
133 B
Caddyfile

:80/.well-known/acme-challenge/ {
browse
root /var/www/certMgmt
}
:80 {
redir / https://{host}{uri} 301
}