openlist / Caddyfile
wwforonce's picture
test gemini
84009f4
raw
history blame contribute delete
258 Bytes
:7860 {
# Route requests to /GeminiCli2API and its subpaths to localhost
handle /GeminiCli2API* {
reverse_proxy localhost:3000
}
# Default route for other requests
# Other site configurations can go here
file_server
}