Initial commit

This commit is contained in:
2019-04-03 21:05:23 +02:00
commit 3aac479832
3 changed files with 39 additions and 0 deletions

9
Caddyfile Normal file
View File

@ -0,0 +1,9 @@
:80/.well-known/acme-challenge/ {
browse
root /var/www/certMgmt
}
:80 {
redir / https://{host}{uri} 301
}