diff options
author | lassulus <lass@aidsballs.de> | 2014-12-25 00:58:39 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2014-12-25 00:58:39 +0100 |
commit | 8db6cecf6f088ebac98a6be15d920ab412a1c510 (patch) | |
tree | 8e809146e0b86942e2c7f7625ac5bbc444b1ac1a /boot/lighttpd.conf | |
parent | 22ba628a7ed68b4a9a1f1bcd692c8f8fe031aeda (diff) |
Revert "boot? who would need that anyway?"
This reverts commit c76bde383a2d7c62ff2d50f4bdae345e0edc74fa.
Diffstat (limited to 'boot/lighttpd.conf')
-rw-r--r-- | boot/lighttpd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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" ) +} |