File size: 258 Bytes
75384c4
84009f4
 
 
 
 
 
 
 
 
 
75384c4
1
2
3
4
5
6
7
8
9
10
11
12
13
: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

}