Merge tag 'kivitendo_3.5.4-2' into b-3.5.6.1
[kivitendo-erp.git] / debian / kivitendo.conf
diff --git a/debian/kivitendo.conf b/debian/kivitendo.conf
new file mode 100755 (executable)
index 0000000..4209c89
--- /dev/null
@@ -0,0 +1,15 @@
+# Configuration for kivitendo
+# Kivitendo-Installattion mit FCGI
+AliasMatch ^/kivitendo/[^/]+\.pl /opt/kivitendo-erp-3.5.4/dispatcher.fcgi
+Alias /kivitendo/ /opt/kivitendo-erp-3.5.4/
+
+<Directory /opt/kivitendo-erp-3.5.4>
+  AllowOverride All
+  Options ExecCGI Includes FollowSymlinks
+  Require all granted
+</Directory>
+
+<DirectoryMatch /opt/kivitendo-erp-3.5.4/users>
+  Require all denied
+</DirectoryMatch>
+