Added example Caddyfiles for the containers

This commit is contained in:
2019-04-16 19:36:03 +02:00
parent 9c401efb2d
commit 265dc2949d
5 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,7 @@
:80 {
# Redirect ACME-Challenge traffic to port 2402
proxy /.well-known/acme-challenge http://127.0.0.1:2402
# Redirect all other traffic to HTTPS
redir / https://{host}{uri} 301
}