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