diff options
Diffstat (limited to 'htgen.sh')
-rwxr-xr-x | htgen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ Cache-Control: public EOF ;; /|/index.html) + # XXX this is a hack: + make -C ~/public_html index.html >&2 # TODO 304 Not Modified # TODO better max-age(?) # TODO may we use more than one Cache-Control? |