gemini-cli-2-api / Caddyfile
wwforonce's picture
add gemini-balance
da7af2a
raw
history blame
160 Bytes
:7860 {
handle_path /8085/* {
reverse_proxy localhost:8085
}
handle_path /gemini-api/* {
reverse_proxy localhost:8000
}
reverse_proxy localhost:3000
}