Skip to content

Added Cache-Control header which can be configured via the Settings item

Compare
Choose a tag to compare
@maartenplieger maartenplieger released this 08 Nov 16:41
· 624 commits to master since this release
6e5d7a3

Version 2.13.9 2023-11-08

Via the Settings object it is now possible to configure the caching header:

<Settings cache_age_volatileresources="60" cache_age_cacheableresources="7200"/>
  • cache_age_cacheableresources (number) defaults to 0 (disabled), Sets the cache header for fully specified getmap requests
  • cache_age_volatileresources (number), defaults to 0 (disabled), Sets the cache header for things which often change, like a getcapabilities document.