mc-webserver/config.example.yml

23 lines
519 B
YAML

listen:
webNetwork: "tcp4"
web: ":8080"
webMethod: "http"
identify: true
serve:
dataStorage: ""
templateStorage: ""
domains: []
rangeSupported: true
enableGoInfoPage: true
ymlDataFallback: false
cacheSettings:
enableTemplateCaching: false
enableTemplateCachePurge: false
enableContentsCaching: true
enableContentsCachePurge: true
maxAge: 3600
notModifiedUsingLastModified: true
notModifiedUsingETags: true
pageSettings:
- pageName: index
pagePath: /index.go