From 130ca2e436075d550aa58d24e703e548d4b83438 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Tue, 20 Dec 2011 21:29:58 -0500 Subject: [PATCH] set documentroot to /dev/null --- share/apache2/plinth.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf index 6f0612f6a..aab477fa1 100644 --- a/share/apache2/plinth.conf +++ b/share/apache2/plinth.conf @@ -1,5 +1,6 @@ + # The DocumentRoot is set by fabric DocumentRoot /dev/null ServerName plinth @@ -11,7 +12,8 @@ - DocumentRoot /home/james/src/plinth/static + # The DocumentRoot is set by fabric + DocumentRoot /dev/null ServerName plinth SSLEngine on