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
Raw Normal View History

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