From 42e0c0b3f21543c708e20848ccc549cc0e9a4dad Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 12 Oct 2015 18:25:50 +0200 Subject: [PATCH] Tweaks to the 000-default.conf Commenting unused XSendFile statements. --- docker/pro/000-default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pro/000-default.conf b/docker/pro/000-default.conf index 66aedf9d..d0a0f77a 100644 --- a/docker/pro/000-default.conf +++ b/docker/pro/000-default.conf @@ -8,9 +8,9 @@ # However, you must set it for any further virtual host explicitly. #ServerName 127.0.0.1 - EnableSendfile on + # EnableSendfile on XSendFile on - XSendFilePath /storage/pillar + # XSendFilePath /storage/pillar ServerAdmin webmaster@localhost DocumentRoot /var/www/html