mc-webserver/config.example.yml

18 lines
408 B
YAML
Raw Normal View History

2023-08-13 20:19:47 +01:00
listen:
webNetwork: "tcp4"
web: ":8080"
webMethod: "http"
identify: true
serve:
dataStorage: ""
domains: []
2023-08-13 20:19:47 +01:00
rangeSupported: true
enableGoInfoPage: true
cacheSettings:
enableTemplateCaching: false
enableTemplateCachePurge: false
2023-08-13 20:19:47 +01:00
enableContentsCaching: true
enableContentsCachePurge: true
maxAge: 3600
notModifiedUsingLastModified: true
notModifiedUsingETags: true