| 123456789101112131415161718192021222324252627282930313233 |
- {
- admin localhost:2020
- }
- http://dify.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:9802
- }
- http://alist.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:5244
- }
- http://od.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:8069
- }
- http://litellm.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:4000
- }
- http://clash-ui.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:7880
- }
- http://langflow.sv-v2.lan {
- bind 100.64.0.32
- reverse_proxy localhost:7860
- }
|