File tree 6 files changed +1539
-3649
lines changed 6 files changed +1539
-3649
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "address" : " 10.1.1.2" ,
3
2
"check" : " enabled" ,
4
- "name" : " server_01" ,
5
- "port" : 8081 ,
6
3
"proxy-v2-options" : null ,
7
- "weight" : 10
4
+ "weight" : 10 ,
5
+ "address" : " 10.1.1.2" ,
6
+ "name" : " server_01" ,
7
+ "port" : 8081
8
8
}
Original file line number Diff line number Diff line change 8
8
"name" : " site_backend" ,
9
9
"servers" : [
10
10
{
11
+ "proxy-v2-options" : null ,
12
+ "weight" : 30 ,
11
13
"address" : " 127.0.1.1" ,
12
14
"name" : " site_server_01" ,
13
- "port" : 4567 ,
14
- "proxy-v2-options" : null ,
15
- "weight" : 30
15
+ "port" : 4567
16
16
},
17
17
{
18
+ "proxy-v2-options" : null ,
19
+ "weight" : 70 ,
18
20
"address" : " 127.0.1.2" ,
19
21
"name" : " site_server_02" ,
20
- "port" : 4567 ,
21
- "proxy-v2-options" : null ,
22
- "weight" : 70
22
+ "port" : 4567
23
23
}
24
24
],
25
25
"use_as" : " default"
Original file line number Diff line number Diff line change 8
8
"name" : " tcp_backend" ,
9
9
"servers" : [
10
10
{
11
+ "proxy-v2-options" : null ,
12
+ "weight" : 30 ,
11
13
"address" : " 127.0.1.1" ,
12
14
"name" : " tcp_server_01" ,
13
- "port" : 4567 ,
14
- "proxy-v2-options" : null ,
15
- "weight" : 30
15
+ "port" : 4567
16
16
},
17
17
{
18
+ "proxy-v2-options" : null ,
19
+ "weight" : 70 ,
18
20
"address" : " 127.0.1.2" ,
19
21
"name" : " tcp_server_02" ,
20
- "port" : 4567 ,
21
- "proxy-v2-options" : null ,
22
- "weight" : 70
22
+ "port" : 4567
23
23
}
24
24
],
25
25
"use_as" : " default"
You can’t perform that action at this time.
0 commit comments