]> granicus.if.org Git - cgit/commit
cache: document negative ttls and add about ttl
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 28 May 2013 14:33:30 +0000 (16:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 12 Aug 2013 19:14:10 +0000 (13:14 -0600)
commit61ff10065b579fa38182fcf10cc7e63839acd53c
tree0d4b37af5a034c10763f7d0f1c39af55fabed115
parent23debef62104c70600be2b745ec3957538eeac6e
cache: document negative ttls and add about ttl

We've long supported negative ttls, for infinite cache, except the
documentation incorrectly showed one of our defaults as being 5 and not
-1. As well, with a negative ttl, we were actually making the HTTP
expired header go backwards. This changes it to go ahead ten years
instead.

Further, we add an cache-about-ttl option to set a different ttl for
about pages, which are now increasingly being filtered through markdown
or just sent statically anyway.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
cgit.c
cgit.h
cgitrc.5.txt