cityuni-webserver/config.example.yml
Captain ALM ef3c387f39
All checks were successful
continuous-integration/drone/push Build is passing
Switch over from test to go-info.
Improve Makefile and add new compilation fields.
2022-07-16 00:53:50 +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