nginx-proxy-manager/Caddyfile
Zoey c586da6418
improve readme/compose-files/dep-updates
Signed-off-by: Zoey <zoey@z0ey.de>
2023-05-04 22:39:48 +02:00

8 lines
93 B
Caddyfile

{
servers :80 {
protocols h1 h2c
}
}
http://:80 {
redir https://{host}{uri} permanent
}