summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2015-02-05 15:29:01 +0000
committerMarcus Rückert <darix@opensu.se>2015-02-05 15:29:01 +0000
commite1aab1c420e8d291299d1024e1c3450d85bec772 (patch)
treec9688500b97709304cb12dae1329e741f1178af0 /doc
parent084df7e99a8738be79f83e330415a8963280dc4a (diff)
downloadlighttpd-git-e1aab1c420e8d291299d1024e1c3450d85bec772.tar.gz
Fixed typo found by openSUSE user (boo# 907709)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2970 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r--doc/config/vhosts.d/vhosts.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config/vhosts.d/vhosts.template b/doc/config/vhosts.d/vhosts.template
index 2c443aa5..efd441fe 100644
--- a/doc/config/vhosts.d/vhosts.template
+++ b/doc/config/vhosts.d/vhosts.template
@@ -8,17 +8,17 @@ $HTTP["host"] == "download.example.com" {
var.server_name = "download.example.com"
server.name = server_name
- ##
+ ## example how to include another config:
## use trigger before download
##
- include "conf.d/trigger_b4_dl.conf"
+ # include "conf.d/trigger_b4_dl.conf"
server.document-root = vhosts_dir + "/example.com/download/htdocs"
##
## use a seperate access log file
## At the moment you cant have different error log files.
##
- accesslog.filename = log_root + "/" + server_name "/access.log"
+ accesslog.filename = log_root + "/" + server_name + "/access.log"
}
$SERVER["socket"] == "127.0.0.1:443" {