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