summarylogtreecommitdiffstats
path: root/httpd-glpi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-glpi.conf')
-rw-r--r--httpd-glpi.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/httpd-glpi.conf b/httpd-glpi.conf
new file mode 100644
index 000000000000..52f9dd884a7e
--- /dev/null
+++ b/httpd-glpi.conf
@@ -0,0 +1,7 @@
+Alias /glpi "/usr/share/webapps/glpi"
+
+<Directory "/usr/share/webapps/glpi">
+ Options Indexes MultiViews
+ AllowOverride None
+ Require all granted
+</Directory> \ No newline at end of file