gemini-cli-2-api / Caddyfile
wwforonce's picture
init docker
81c3c4e
raw
history blame
142 Bytes
:7860 {
handle_path /8085/* {
reverse_proxy localhost:8085
}
# Serve your API, stripping the /api prefix
reverse_proxy localhost:3000
}