From 7c1b02b086a8377ad76a46c277a224150c5b85d6 Mon Sep 17 00:00:00 2001 From: euer Date: Thu, 20 Dec 2012 02:40:10 +0100 Subject: lighttpd-sample for enterprise curl --- boot/lighttpd.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boot/lighttpd.conf (limited to 'boot') diff --git a/boot/lighttpd.conf b/boot/lighttpd.conf new file mode 100644 index 00000000..e8d621aa --- /dev/null +++ b/boot/lighttpd.conf @@ -0,0 +1,12 @@ +$HTTP["host"] =~ "(^|\.)boot\.krebsco\.de$" { + server.document-root = "/krebs/boot" + server.errorlog = "/var/log/lighttpd/boot.krebsco.de/error.log" + accesslog.filename = "/var/log/lighttpd/boot.krebsco.de/access.log" + url.rewrite-if-not-file = ( ".*" => "/bootstrap.sh" ) +} +$HTTP["host"] =~ "(^|\.)tinc\.krebsco\.de$" { + server.document-root = "/krebs/boot" + server.errorlog = "/var/log/lighttpd/boot.krebsco.de/error.log" + accesslog.filename = "/var/log/lighttpd/boot.krebsco.de/access.log" + url.rewrite-if-not-file = ( ".*" => "/retiolum.sh" ) +} -- cgit v1.2.3