summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2006-06-07 18:07:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit76be3f2e5d25717a12b4798c2ab878cd94c526e6 (patch)
treed0f74af3d060e9dd69a1698601293e425fc4f1a8
parent14e793ab6bda6be19d4f843d6b21e5d736bddec8 (diff)
downloadApache-Gallery-76be3f2e5d25717a12b4798c2ab878cd94c526e6.zip
Apache-Gallery-76be3f2e5d25717a12b4798c2ab878cd94c526e6.tar.gz
- change to current default directory
Changed files: Apache-Gallery.conf -> 1.3
-rw-r--r--Apache-Gallery.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Apache-Gallery.conf b/Apache-Gallery.conf
index 02e2314..e5d0ee9 100644
--- a/Apache-Gallery.conf
+++ b/Apache-Gallery.conf
@@ -6,6 +6,10 @@ Alias /icons/gallery/ /usr/share/Apache-Gallery/icons/
Allow from all
</Directory>
# temporary files cache:
+<Directory /var/cache/Apache-Gallery>
+ Allow from all
+</Directory>
+# For compatibility:
<Directory /var/tmp/Apache-Gallery>
Allow from all
</Directory>