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" {