From c2e707661b7ef99b02decd75cda7cce46160b280 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 8 Oct 2015 18:28:17 +0200 Subject: [PATCH] Enabling XSendFile on the Apache conf --- docker/pro/000-default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/pro/000-default.conf b/docker/pro/000-default.conf index 4b94e6e8..66aedf9d 100644 --- a/docker/pro/000-default.conf +++ b/docker/pro/000-default.conf @@ -8,6 +8,10 @@ # However, you must set it for any further virtual host explicitly. #ServerName 127.0.0.1 + EnableSendfile on + XSendFile on + XSendFilePath /storage/pillar + ServerAdmin webmaster@localhost DocumentRoot /var/www/html