File size: 326 Bytes
81c3c4e
 
 
 
e2df648
 
 
da7af2a
e2df648
 
 
 
 
 
81c3c4e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:7860 {
	handle_path /8085/* {
		reverse_proxy localhost:8085
	}
	# https://github.com/justlovemaki/AIClient-2-API
	handle_path /apiv1/* {
		reverse_proxy localhost:3000
	}
	# https://github.com/waxz/gemini-cli-openai
	handle_path /apiv2/* {
		reverse_proxy localhost:8787
	}
	# gemini balance
	reverse_proxy localhost:8000

}