This commit is contained in:
parent
a159096c89
commit
08964973aa
@ -5,9 +5,11 @@ listen:
|
|||||||
identify: true
|
identify: true
|
||||||
serve:
|
serve:
|
||||||
dataStorage: ""
|
dataStorage: ""
|
||||||
|
templateStorage: ""
|
||||||
domains: []
|
domains: []
|
||||||
rangeSupported: true
|
rangeSupported: true
|
||||||
enableGoInfoPage: true
|
enableGoInfoPage: true
|
||||||
|
ymlDataFallback: false
|
||||||
cacheSettings:
|
cacheSettings:
|
||||||
enableTemplateCaching: false
|
enableTemplateCaching: false
|
||||||
enableTemplateCachePurge: false
|
enableTemplateCachePurge: false
|
||||||
@ -16,3 +18,6 @@ serve:
|
|||||||
maxAge: 3600
|
maxAge: 3600
|
||||||
notModifiedUsingLastModified: true
|
notModifiedUsingLastModified: true
|
||||||
notModifiedUsingETags: true
|
notModifiedUsingETags: true
|
||||||
|
pageSettings:
|
||||||
|
- pageName: index
|
||||||
|
pagePath: /index.go
|
Loading…
Reference in New Issue
Block a user