cityuni-webserver/config.example.yml
Captain ALM d41851cfbc
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
Squash and merge edge.
September Update.
2023-09-19 23:27:32 +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