diff options
| author | tv <tv@shackspace.de> | 2014-12-20 23:50:50 +0100 |
|---|---|---|
| committer | tv <tv@shackspace.de> | 2014-12-20 23:50:50 +0100 |
| commit | 4cb79a1d40ca4a74fe4423bbd18013b5abdb25b6 (patch) | |
| tree | d6729ab521d0ee0a2bf029107e15f1e5a191ea6b /boot/lighttpd.conf | |
| parent | 5c7c7d242fa943ec7a96de4a43efa3fc6b1ef77a (diff) | |
| parent | ea7f640f19231e2fd9243671384f61c949baff09 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'boot/lighttpd.conf')
| -rw-r--r-- | boot/lighttpd.conf | 12 |
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" ) -} |
