# HG changeset patch # User Christophe Lincoln # Date 1343730423 -7200 # Node ID 11b633eddc25a0446f708b33d3b024c3e64425b3 # Parent 87afe4f1486df3fc6fd046d2fc32c1c2f303c201 tank: add personnal vhost diff -r 87afe4f1486d -r 11b633eddc25 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Thu Jul 26 21:12:07 2012 +0200 +++ b/tank/files/etc/lighttpd/vhosts.conf Tue Jul 31 12:27:03 2012 +0200 @@ -158,6 +158,14 @@ accesslog.filename = "/var/log/lighttpd/pankso.access.log" } +# foretgeorgy.[ch|org] +# +$HTTP["host"] =~ "(^|\.)foretgeorgy\.^$" { + server.document-root = "/home/pankso/vhosts/foretgeorgy" + server.errorlog = "/var/log/lighttpd/foretgeorgy.error.log" + accesslog.filename = "/var/log/lighttpd/foretgeorgy.access.log" +} + # lincolm.ch # $HTTP["host"] =~ "(^|\.)lincolm\.ch$" {