| :7860 { | |
| # /sub* 转发到 subconverter | |
| handle /sub* { | |
| reverse_proxy localhost:25500 | |
| } | |
| # 其余流量转发到 FastAPI | |
| handle { | |
| reverse_proxy localhost:8000 | |
| } | |
| } | |
| :7860 { | |
| # /sub* 转发到 subconverter | |
| handle /sub* { | |
| reverse_proxy localhost:25500 | |
| } | |
| # 其余流量转发到 FastAPI | |
| handle { | |
| reverse_proxy localhost:8000 | |
| } | |
| } | |