diff options
author | tv <tv@vix> | 2010-02-05 06:55:13 +0100 |
---|---|---|
committer | tv <tv@vix> | 2010-02-05 06:55:13 +0100 |
commit | 3b6fa7d72a3b7987c06348c985da9123a45c10ff (patch) | |
tree | 22e7c91f1cfd36a7f76a481da961121a51d2c5b0 /htgen.sh | |
parent | c5483e2bdc6d75602ca233deaf30e1570ca7bda8 (diff) |
Temporary auto-refresh of ~/public_html/index.html
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? |