From c76bde383a2d7c62ff2d50f4bdae345e0edc74fa Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 20 Dec 2014 23:02:53 +0100 Subject: boot? who would need that anyway? --- boot/lighttpd.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 boot/lighttpd.conf (limited to 'boot/lighttpd.conf') diff --git a/boot/lighttpd.conf b/boot/lighttpd.conf deleted file mode 100644 index e8d621aa..00000000 --- a/boot/lighttpd.conf +++ /dev/null @@ -1,12 +0,0 @@ -$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