slitaz-forge rev 141

chub: Update vhosts.conf
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 21:54:09 2012 +0100 (2012-03-15)
parents db3c0c0a64ab
children 03ca13be914f
files chub/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/chub/files/etc/lighttpd/vhosts.conf	Thu Mar 15 21:41:47 2012 +0100
     1.2 +++ b/chub/files/etc/lighttpd/vhosts.conf	Thu Mar 15 21:54:09 2012 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  
     1.6  # chub.slitaz.org
     1.7 -$HTTP["host"] =~ "chub\.slitaz\.org$" {
     1.8 +$HTTP["host"] =~ "^chub\.slitaz\.org$" {
     1.9    server.document-root = "/home/slitaz/www/chub"
    1.10    server.errorlog = "/var/log/lighttpd/chub.slitaz.org-error.log"
    1.11    accesslog.filename = "/var/log/lighttpd/chub.slitaz.org-access.log"
    1.12 @@ -11,12 +11,12 @@
    1.13    )
    1.14  }
    1.15  
    1.16 -# iso.slitaz.me
    1.17 -$HTTP["host"] =~ "iso\.slitaz\.me$" {
    1.18 -  server.document-root = "/home/slitaz/www/isome"
    1.19 -  server.errorlog = "/var/log/lighttpd/iso.slitaz.me-error.log"
    1.20 -  accesslog.filename = "/var/log/lighttpd/iso.slitaz.me-access.log"
    1.21 -  #index-file.names += ( "isome.cgi" )
    1.22 +# pizza.slitaz.me
    1.23 +$HTTP["host"] =~ "^pizza\.slitaz\.me$" {
    1.24 +  server.document-root = "/home/slitaz/pizza/www"
    1.25 +  server.errorlog = "/var/log/lighttpd/pizza.slitaz.me-error.log"
    1.26 +  accesslog.filename = "/var/log/lighttpd/pizza.slitaz.me-access.log"
    1.27 +  index-file.names = ( "pizza.cgi" )
    1.28    cgi.assign = (
    1.29      ".cgi" => "/bin/sh"
    1.30    )