Files
nginx-proxy-manager/Caddyfile
Zoey 9f53ae7593 add caddy as http option to support h2c for redirect/dep updates/some fixes
Update zoeyvid/nginx-quic Docker tag to v113
Signed-off-by: Zoey <zoey@z0ey.de>
2023-05-01 10:25:50 +02:00

9 lines
83 B
Caddyfile

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