| :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 | |
| } | |
| :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 | |
| } | |