posaune v_0.0-2
authorMichael Wagner <michael@wagnertech.de>
Thu, 21 Oct 2021 19:55:56 +0000 (21:55 +0200)
committerMichael Wagner <michael@wagnertech.de>
Thu, 21 Oct 2021 19:55:56 +0000 (21:55 +0200)
kivitendo/kivitendo.conf [new file with mode: 0755]

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