diff options
Diffstat (limited to 'net-analyzer/centreon/files/99_centreon.conf')
-rw-r--r-- | net-analyzer/centreon/files/99_centreon.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/centreon/files/99_centreon.conf b/net-analyzer/centreon/files/99_centreon.conf new file mode 100644 index 000000000000..1fae171aac21 --- /dev/null +++ b/net-analyzer/centreon/files/99_centreon.conf @@ -0,0 +1,10 @@ +<IfDefine CENTREON> + AddType application/x-java-jnlp-file .jnlp + Alias /centreon/ /usr/share/centreon/www/ + <Directory /usr/share/centreon/www/> + Options None + AllowOverride AuthConfig Options + Order allow,deny + Allow from all + </Directory> +</IfDefine> |