3 Commits

Author SHA1 Message Date
Thomas Koch
4a58996e44 Fix caching
Nginx's std cfg only returns 304 with If-Unmodified-Since header, if the date
is exactly the one it expects, not the date the client did its last request.

This makes sense as it is much easier to compare two strings for equality than
to parse the date received from the client and check the ordering with the
server known last_modified value.
2025-01-11 13:38:20 +02:00
Thomas Koch
cd1237cfc6 generating html from 12 feeds works 2025-01-10 20:17:06 +02:00
Thomas Koch
0f134ad61b . 2025-01-10 11:39:54 +02:00