mastercontainer - use Caddy for generating self-singed cert

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-26 15:50:16 +02:00
parent eef371ec9a
commit f5f8c836d2
4 changed files with 11 additions and 44 deletions

View file

@ -21,7 +21,14 @@
}
http://:80 {
redir https://{host}{uri}
redir https://{host}{uri}
}
https://:8080 {
reverse_proxy localhost:8000
tls internal {
on_demand
}
}
https://:8443 {