[Pkg-nagios-changes] [icinga] 01/04: apache2: Add read access to JavaScript libs

Markus Frosch lazyfrosch at moszumanska.debian.org
Tue Dec 20 08:12:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

lazyfrosch pushed a commit to branch master
in repository icinga.

commit e9d9531b2885c007249230144d49be198106d067
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Mon Dec 19 17:38:50 2016 +0100

    apache2: Add read access to JavaScript libs
---
 debian/apache2.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/apache2.conf b/debian/apache2.conf
index 22fe6c8..f30d52b 100644
--- a/debian/apache2.conf
+++ b/debian/apache2.conf
@@ -22,3 +22,7 @@ Alias /icinga /usr/share/icinga/htdocs
 	AuthUserFile /etc/icinga/htpasswd.users
 	Require valid-user
 </DirectoryMatch>
+
+<Directory "/usr/share/javascript/">
+    Options FollowSymLinks MultiViews
+</Directory>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/icinga.git



More information about the Pkg-nagios-changes mailing list