CJ_Clippy 877e90cc67
Some checks failed
ci / build (push) Failing after 20s
caddy use port 8666
2025-02-08 06:25:52 -08:00

17 lines
236 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}
}
reverse_proxy 127.0.0.1:3001
}
}