File size: 576 Bytes
029ea4c
6fe053e
 
029ea4c
 
 
 
 
 
6fe053e
 
029ea4c
6fe053e
029ea4c
6fe053e
 
029ea4c
6fe053e
029ea4c
940e285
870c23c
ad77bf3
 
 
 
 
940e285
6fe053e
029ea4c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
:7860 {

	# https://github.com/justlovemaki/AIClient-2-API
	handle_path /8085/* {
		reverse_proxy localhost:8085
	}
	handle_path /apiv1/* {
		reverse_proxy localhost:3000
	}

	# gemini-balance
	handle_path /apiv2/* {
		reverse_proxy localhost:8000
	}

	# https://github.com/waxz/gemini-cli-openai
	handle_path /apiv3/* {
		reverse_proxy localhost:8881
	}
	# readeck
	handle /readeck/* {
		reverse_proxy localhost:7000 {
			header_up X-Forwarded-Proto {scheme}
			header_up X-Forwarded-Host {host}
			header_up Host {host}
		}
	}

	# openweb-ui
	reverse_proxy localhost:8080

}