Files
nginx-proxy-manager/Caddyfile
2023-05-04 22:39:48 +02:00

9 lines
93 B
Caddyfile

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