slitaz-forge rev 323

tank: fix vhost config
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 31 12:36:34 2012 +0200 (2012-07-31)
parents 11b633eddc25
children 7381bc5d5f27
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Tue Jul 31 12:27:03 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Tue Jul 31 12:36:34 2012 +0200
     1.3 @@ -158,9 +158,9 @@
     1.4    accesslog.filename = "/var/log/lighttpd/pankso.access.log"
     1.5  }
     1.6  
     1.7 -# foretgeorgy.[ch|org]
     1.8 +# foretgeorgy.(ch|org)
     1.9  #
    1.10 -$HTTP["host"] =~ "(^|\.)foretgeorgy\.^$" {
    1.11 +$HTTP["host"] =~ "(^|\.)foretgeorgy\.(ch|org)$" {
    1.12    server.document-root = "/home/pankso/vhosts/foretgeorgy"
    1.13    server.errorlog = "/var/log/lighttpd/foretgeorgy.error.log"
    1.14    accesslog.filename = "/var/log/lighttpd/foretgeorgy.access.log"