13 lines
119 B
Caddyfile
13 lines
119 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
handle /health {
|
|
respond "ok" 200
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy {$FRONTEND_UPSTREAM}
|
|
}
|
|
} |