8 lines
93 B
Caddyfile
8 lines
93 B
Caddyfile
{
|
|
servers :80 {
|
|
protocols h1 h2c
|
|
}
|
|
}
|
|
http://:80 {
|
|
redir https://{host}{uri} permanent
|
|
}
|