mc-webserver/config.example.yml
2023-08-13 20:19:47 +01:00

14 lines
307 B
YAML

listen:
webNetwork: "tcp4"
web: ":8080"
webMethod: "http"
identify: true
serve:
rangeSupported: true
enableGoInfoPage: true
cacheSettings:
enableContentsCaching: true
enableContentsCachePurge: true
maxAge: 3600
notModifiedUsingLastModified: true
notModifiedUsingETags: true