CJ_Clippy deb5ef397e
Some checks failed
ci / build (push) Failing after 5m16s
ci / Tests & Checks (push) Failing after 10m38s
act_runner succeeds omg
2025-02-12 13:09:16 -08:00

18 lines
228 B
Caddyfile

{
auto_https off
admin off
http_port 8666
}
:8666 {
reverse_proxy 127.0.0.1:6969
route /whitelist* {
basic_auth /whitelist {
{$WHITELIST_USERNAME} {$WHITELIST_PASSWORD_CADDY}
}
reverse_proxy 127.0.0.1:3001
}
}