From a76d5e9c662f8c0161b2a74c036b8a0be5efff97 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 24 Nov 2009 22:14:24 +0100 Subject: [PATCH] lighttpd: Add config for hekjelarp.nl. --- etc/lighttpd/vhosts/hekjelarp-nl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/lighttpd/vhosts/hekjelarp-nl diff --git a/etc/lighttpd/vhosts/hekjelarp-nl b/etc/lighttpd/vhosts/hekjelarp-nl new file mode 100644 index 0000000..d85d536 --- /dev/null +++ b/etc/lighttpd/vhosts/hekjelarp-nl @@ -0,0 +1,11 @@ +$HTTP["host"] == "hekjelarp.nl" { + url.redirect = ( "(.*)" => "http://www.hekjelarp.nl$1" ) +} + +$HTTP["host"] =~ ".hekjelarp.nl$" { + var.site-dir = var.root-dir + "/hekjelarp.nl" + var.site-fcgi-dir = var.fcgi-dir + "/hekjelarp-nl" + + evhost.path-pattern = var.site-dir + "/htdocs/%3/" + accesslog.filename = var.site-dir + "/logs/access.log" +} -- 2.30.2