]> git.pld-linux.org Git - packages/bacula-web.git/blobdiff - apache.conf
- migrate to apache 2.4
[packages/bacula-web.git] / apache.conf
index 7f038d1e5058f95028b6282aa43c2317218fa890..2c36f4f85bcf6cb59d168956497d408e936e49aa 100644 (file)
@@ -1,4 +1,12 @@
+Alias /bacula-web/cache/ /var/cache/bacula-web/
 Alias /bacula-web /usr/share/bacula-web
 <Directory /usr/share/bacula-web>
-       Allow from all
+       allow from all
+</Directory>
+
+<Directory /var/cache/bacula-web>
+       deny from all
+       <Files *.png>
+               allow from all
+       </Files>
 </Directory>
This page took 0.07957 seconds and 4 git commands to generate.