17 lines
242 B
Caddyfile
Raw Normal View History

2025-02-08 02:54:01 -08:00
{
auto_https off
admin off
2025-02-08 06:25:52 -08:00
http_port 8666
2025-02-08 02:54:01 -08:00
}
2025-02-08 06:25:52 -08:00
:8666 {
2025-02-08 02:54:01 -08:00
reverse_proxy 127.0.0.1:6969
route /whitelist* {
basic_auth /whitelist {
2025-02-10 08:16:50 -08:00
{$WHITELIST_USERNAME} {$WHITELIST_PASSWORD_CADDY}
2025-02-08 02:54:01 -08:00
}
reverse_proxy 127.0.0.1:3001
}
}