diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-27 00:48:23 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-27 00:48:23 -0400 |
commit | 5b30c839eff6a4da6548637449f3d72e775f8876 (patch) | |
tree | 183ff792e38130cd3a340ac6e32e54dfe4f53891 /roles/git/templates | |
parent | 72425649892a326ef24ebbd5c1fbaf6e3f4ac14a (diff) | |
download | infra-5b30c839eff6a4da6548637449f3d72e775f8876.tar.gz infra-5b30c839eff6a4da6548637449f3d72e775f8876.zip |
cgit: disabling caching
Diffstat (limited to 'roles/git/templates')
-rw-r--r-- | roles/git/templates/etc_cgitrc.j2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roles/git/templates/etc_cgitrc.j2 b/roles/git/templates/etc_cgitrc.j2 index 6d9a2b5..7f731e5 100644 --- a/roles/git/templates/etc_cgitrc.j2 +++ b/roles/git/templates/etc_cgitrc.j2 @@ -1,5 +1,8 @@ -# Enable caching of up to 1000 output entries -cache-size=1000 +# {{ ansible_managed }} + +# Enable caching of up to 1000 output entries, or disable all caching (0) +cache-size=0 +#cache-size=1000 # Fixes relative vs. absolute paths virtual-root=/ |