mc-webserver/config.example.yml
Captain ALM 761cc5f2e8
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
Fix MC Caching sync.
Add timestamp.
Fix up parametrisation utilities.
2023-08-13 23:01:29 +01:00

18 lines
408 B
YAML

listen:
webNetwork: "tcp4"
web: ":8080"
webMethod: "http"
identify: true
serve:
dataStorage: ""
domains: []
rangeSupported: true
enableGoInfoPage: true
cacheSettings:
enableTemplateCaching: false
enableTemplateCachePurge: false
enableContentsCaching: true
enableContentsCachePurge: true
maxAge: 3600
notModifiedUsingLastModified: true
notModifiedUsingETags: true