summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 00:42:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 00:42:54 +0000
commit332b4ac0a23d8ca1d9b6d08a49d210c9d24e47bd (patch)
treeb704b5d6c0a9f1338aad2b554c5be035899c2654 /etc
parentd33d1afa6a74f9b80fd770b57c20c872de840fe4 (diff)
downloadpfsense-332b4ac0a23d8ca1d9b6d08a49d210c9d24e47bd.zip
pfsense-332b4ac0a23d8ca1d9b6d08a49d210c9d24e47bd.tar.gz
Use correct variable $document_root
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 717cdf9..2c34d1f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -449,7 +449,7 @@ server.modules = (
## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
-server.document-root = "{$documentroot}"
+server.document-root = "{$document_root}"
## where to send error-messages to
server.errorlog = "/var/log/lighttpd.error.log"
OpenPOWER on IntegriCloud