summaryrefslogtreecommitdiffstats
path: root/boot/lighttpd.conf
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2014-12-20 23:02:53 +0100
committerlassulus <lass@aidsballs.de>2014-12-20 23:02:53 +0100
commitc76bde383a2d7c62ff2d50f4bdae345e0edc74fa (patch)
tree323589f30632196aa999cb091de529e4546712a6 /boot/lighttpd.conf
parent12156e147ed49d1a314561a06415bd50970dacd2 (diff)
boot? who would need that anyway?
Diffstat (limited to 'boot/lighttpd.conf')
-rw-r--r--boot/lighttpd.conf12
1 files changed, 0 insertions, 12 deletions
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" )
-}