mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 23:08:40 +08:00
Move to RusTLS, Static binary build, performance improvements.
This commit is contained in:
@@ -8,12 +8,12 @@ globals:
|
|||||||
- "Access-Control-Max-Age:86400"
|
- "Access-Control-Max-Age:86400"
|
||||||
- "X-Custom-Header:Something Special"
|
- "X-Custom-Header:Something Special"
|
||||||
# authorization: # Optional, only one of auth methods below can be active at a time
|
# authorization: # Optional, only one of auth methods below can be active at a time
|
||||||
# - "jwt"
|
|
||||||
# - "910517d9-f9a1-48de-8826-dbadacbd84af-cb6f830e-ab16-47ec-9d8f-0090de732774"
|
|
||||||
# - "basic"
|
# - "basic"
|
||||||
# - "zangag:Anhnazand1234"
|
# - "gazan:Gazanpass1234"
|
||||||
# - "apikey"
|
# - "apikey"
|
||||||
# - "5a28cc4c-ce10-4ff1-824e-743c38835f5c"
|
# - "5a28cc4c-ce10-4ff1-824e-743c38835f5c"
|
||||||
|
# - "jwt"
|
||||||
|
# - "910517d9-f9a1-48de-8826-dbadacbd84af-cb6f830e-ab16-47ec-9d8f-0090de732774"
|
||||||
consul: # If the provider is consul. Otherwise ignored
|
consul: # If the provider is consul. Otherwise ignored
|
||||||
servers:
|
servers:
|
||||||
- "http://master1:8500"
|
- "http://master1:8500"
|
||||||
@@ -68,6 +68,11 @@ upstreams: # If provider is files. Otherwise ignored
|
|||||||
servers:
|
servers:
|
||||||
- "192.168.1.10:8000"
|
- "192.168.1.10:8000"
|
||||||
- "192.168.1.1:8000"
|
- "192.168.1.1:8000"
|
||||||
|
apt.netangels.net:
|
||||||
|
paths:
|
||||||
|
"/":
|
||||||
|
servers:
|
||||||
|
- "apt.netangels.net:443"
|
||||||
test.netangels.net:
|
test.netangels.net:
|
||||||
paths:
|
paths:
|
||||||
"/":
|
"/":
|
||||||
@@ -88,13 +93,3 @@ upstreams: # If provider is files. Otherwise ignored
|
|||||||
"/":
|
"/":
|
||||||
servers:
|
servers:
|
||||||
- "127.0.0.1:9000"
|
- "127.0.0.1:9000"
|
||||||
ajbever.com:
|
|
||||||
paths:
|
|
||||||
"/":
|
|
||||||
servers:
|
|
||||||
- "ajbever.com:443"
|
|
||||||
apt.netangels.net:
|
|
||||||
paths:
|
|
||||||
"/":
|
|
||||||
servers:
|
|
||||||
- "85.17.24.1:443"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user