From c3ddc831aa6d4cd8017ee1dae4d2110c96d7d935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 14 Feb 2018 11:07:47 +0100 Subject: [PATCH] Stricter XSendFilePath in Apache config --- docker/4_run/000-default.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/4_run/000-default.conf b/docker/4_run/000-default.conf index 4abfbcc..2aab9a1 100644 --- a/docker/4_run/000-default.conf +++ b/docker/4_run/000-default.conf @@ -1,11 +1,12 @@ XSendFile on XSendFilePath /data/storage/pillar - XSendFilePath /data/git/pillar + XSendFilePath /data/git/pillar/pillar/web/static/ XSendFilePath /data/git/attract/attract/static/ XSendFilePath /data/git/flamenco/flamenco/static/ XsendFilePath /data/git/pillar-svnman/svnman/static/ - XsendFilePath /data/git/blender-cloud + XsendFilePath /data/git/blender-cloud/static/ + XsendFilePath /data/git/blender-cloud/cloud/static/ ServerAdmin webmaster@localhost DocumentRoot /var/www/html