Revert "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-10-04 13:21:14 +02:00
parent b9407dbc2d
commit f8ab551ce6
4 changed files with 44 additions and 12 deletions

View file

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