We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99317df commit 6fc6154Copy full SHA for 6fc6154
docs/configure.md
@@ -27,6 +27,11 @@ inputs:
27
area: mainland
28
autoRefresh: true
29
onlyRefresh: false
30
+ https:
31
+ switch: on
32
+ http2: on
33
+ certInfo:
34
+ certId: 'abc'
35
cache:
36
simpleCache:
37
followOrigin: on
@@ -58,13 +63,6 @@ inputs:
58
63
switch: on
59
64
redirectType: https
60
65
redirectStatusCode: 301
61
- https:
62
- switch: on
- http2: on
- certInfo:
- certId: 'abc'
66
- # certificate: 'xxx'
67
- # privateKey: 'xxx'
68
env:
69
API_URL: https://api.com
70
cors:
0 commit comments