mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
New inmplementations, big commit :
1. Nested upstreams with params 2. SSL upstream support 3. Upstreams move to yaml format 4. Command line start arguments
This commit is contained in:
47
etc/upstreams.yaml
Normal file
47
etc/upstreams.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
upstreams:
|
||||
myip.netangels.net:
|
||||
paths:
|
||||
"/draw":
|
||||
protocol: "wsoc"
|
||||
ssl: false
|
||||
servers:
|
||||
- "192.168.1.1:8000"
|
||||
"/":
|
||||
protocol: "http"
|
||||
ssl: false
|
||||
servers:
|
||||
- "127.0.0.1:8000"
|
||||
- "127.0.0.3:8000"
|
||||
"/ping":
|
||||
protocol: "http"
|
||||
ssl: false
|
||||
servers:
|
||||
- "127.0.0.1:8000"
|
||||
- "127.0.0.4:8000"
|
||||
polo.netangels.net:
|
||||
paths:
|
||||
"/":
|
||||
protocol: "http"
|
||||
ssl: false
|
||||
servers:
|
||||
- "192.168.1.10:8000"
|
||||
"/ws":
|
||||
protocol: "wsoc"
|
||||
ssl: false
|
||||
servers:
|
||||
- "192.168.1.1:8000"
|
||||
glop.netangels.net:
|
||||
paths:
|
||||
"/":
|
||||
protocol: "http"
|
||||
ssl: false
|
||||
servers:
|
||||
- "192.168.1.10:8000"
|
||||
- "192.168.1.10:8000"
|
||||
# apt.netangels.net:
|
||||
# paths:
|
||||
# "/":
|
||||
# protocol: "http"
|
||||
# ssl: true
|
||||
# servers:
|
||||
# - "apt.netangels.net:443"
|
||||
Reference in New Issue
Block a user