From 20f81371b55a9444fa06da1fb41501509f1411d8 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 19 Oct 2019 10:40:03 +0200 Subject: initial commit --- mkosi.skeleton/root/apache2.kanboard.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mkosi.skeleton/root/apache2.kanboard.conf (limited to 'mkosi.skeleton/root/apache2.kanboard.conf') diff --git a/mkosi.skeleton/root/apache2.kanboard.conf b/mkosi.skeleton/root/apache2.kanboard.conf new file mode 100644 index 0000000..53454a1 --- /dev/null +++ b/mkosi.skeleton/root/apache2.kanboard.conf @@ -0,0 +1,20 @@ + + + ServerName kanboard.dnns.no + UseCanonicalName on + + DocumentRoot /var/www/kanboard + DirectoryIndex index.php index.html + + # To cirkumvent phps $_SERVER['HTTPS']-check + SetEnv HTTPS "on" + + AcceptPathInfo On + + # Trust the remote user forwarded by nginx + SetEnvIf X-Forwarded-User (.*) REMOTE_USER=$1 + + + + + -- cgit v1.2.3