mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
9 lines
93 B
Caddyfile
9 lines
93 B
Caddyfile
{
|
|
servers :80 {
|
|
protocols h1 h2c
|
|
}
|
|
}
|
|
http://:80 {
|
|
redir https://{host}{uri} permanent
|
|
}
|