File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"listeners" : {
3
- "* :8080" : {
3
+ "0.0.0.0 :8080" : {
4
4
"pass" : " routes/main" ,
5
5
"forwarded" : {
6
6
"client_ip" : " X-Forwarded-For" ,
7
7
"protocol" : " X-Forwarded-Proto" ,
8
8
"source" : [" 10.0.0.0/8" , " 172.16.0.0/12" , " 192.168.0.0/16" ]
9
9
}
10
10
},
11
- "* :8081" : {
11
+ "0.0.0.0 :8081" : {
12
12
"pass" : " routes/status" ,
13
13
"forwarded" : {
14
14
"client_ip" : " X-Forwarded-For" ,
15
15
"protocol" : " X-Forwarded-Proto" ,
16
16
"source" : [" 10.0.0.0/8" , " 172.16.0.0/12" , " 192.168.0.0/16" ]
17
17
}
18
+ },
19
+ "[::]:8080" : {
20
+ "pass" : " routes/main" ,
21
+ "forwarded" : {
22
+ "client_ip" : " X-Forwarded-For" ,
23
+ "protocol" : " X-Forwarded-Proto" ,
24
+ "source" : [" fc00::/7" , " fe80::/10" ]
25
+ }
26
+ },
27
+ "[::]:8081" : {
28
+ "pass" : " routes/status" ,
29
+ "forwarded" : {
30
+ "client_ip" : " X-Forwarded-For" ,
31
+ "protocol" : " X-Forwarded-Proto" ,
32
+ "source" : [" fc00::/7" , " fe80::/10" ]
33
+ }
18
34
}
19
35
},
20
36
"routes" : {
You can’t perform that action at this time.
0 commit comments