summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-12-20 21:29:58 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:15 -0500
commit0801f05450d3492a50adf1e7c3fde24a9780e163 (patch)
tree1500ed3e5b1bc659612052a7b8ff5861c9dfa30f /share
parent1f727394475cbe068270e48cc72d67190638949f (diff)
set documentroot to /dev/null
Diffstat (limited to 'share')
-rw-r--r--share/apache2/plinth.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf
index 6f0612f..aab477f 100644
--- a/share/apache2/plinth.conf
+++ b/share/apache2/plinth.conf
@@ -1,5 +1,6 @@
<VirtualHost *:80>
+ # The DocumentRoot is set by fabric
DocumentRoot /dev/null
ServerName plinth
@@ -11,7 +12,8 @@
</VirtualHost>
<VirtualHost *:443>
- DocumentRoot /home/james/src/plinth/static
+ # The DocumentRoot is set by fabric
+ DocumentRoot /dev/null
ServerName plinth
SSLEngine on