Premier commit
This commit is contained in:
27
roles/icinga/files/icinga.conf
Normal file
27
roles/icinga/files/icinga.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# apache configuration for icinga
|
||||
|
||||
ScriptAlias /cgi-bin/icinga /usr/lib/cgi-bin/icinga
|
||||
|
||||
# Where the stylesheets (config files) reside
|
||||
Alias /icinga/stylesheets /etc/icinga/stylesheets
|
||||
|
||||
# Where the HTML pages live
|
||||
Alias /icinga /usr/share/icinga/htdocs
|
||||
|
||||
<DirectoryMatch "^(?:/usr/share/icinga/htdocs|/usr/lib/cgi-bin/icinga|/etc/icinga/stylesheets)/">
|
||||
Options FollowSymLinks
|
||||
|
||||
DirectoryIndex index.html
|
||||
|
||||
AllowOverride AuthConfig
|
||||
# Require all granted
|
||||
|
||||
AuthName "Icinga Access"
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/icinga/htpasswd.users
|
||||
Require valid-user
|
||||
</DirectoryMatch>
|
||||
|
||||
<Directory "/usr/share/javascript/">
|
||||
Options FollowSymLinks MultiViews
|
||||
</Directory>
|
Reference in New Issue
Block a user