DCOR-dev / dcor_control

Maintenance tasks and integrity checks for DCOR
GNU General Public License v3.0
0 stars 0 forks source link

nginx caching of public responses #17

Open paulmueller opened 7 months ago

paulmueller commented 7 months ago

Since CKAN uses beaker and sets a ckan session cookie at all times, we cannot cache anymore based on cookies (since the cookie will be cached as well).

Look into https://docs.ckan.org/en/2.10/maintaining/configuration.html#ckan-cache-enabled and implement caching based on headers.