slitaz-forge rev 394

tank: add irc.slitaz.org
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 10 08:05:46 2014 +0100 (2014-01-10)
parents 487d7ce5178b
children ed9e0a7db12b
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Wed Jan 08 01:17:09 2014 +0100
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Fri Jan 10 08:05:46 2014 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4    index-file.names += ( "index.php" )
     1.5  }
     1.6  
     1.7 -# pro.slitaz.org
     1.8 +# slitaz.pro
     1.9  #
    1.10  $HTTP["host"] =~ "(slitaz\.pro$|pro\.slitaz\.org$)" {
    1.11    server.document-root = "/home/slitaz/www/pro/web"
    1.12 @@ -145,6 +145,18 @@
    1.13    )
    1.14  }
    1.15  
    1.16 +# irc.slitaz.org
    1.17 +#
    1.18 +$HTTP["host"] =~ "^irs\.slitaz\.org$" {
    1.19 +  server.document-root = "/home/slitaz/www/irs"
    1.20 +  server.errorlog = "/var/log/lighttpd/irc.slitaz.org-error.log"
    1.21 +  accesslog.filename = "/var/log/lighttpd/irc.slitaz.org-access.log"
    1.22 +  index-file.names = ( "index.cgi" )
    1.23 +  cgi.assign = (
    1.24 +    ".cgi" => "/bin/sh"
    1.25 +  )
    1.26 +}
    1.27 +
    1.28  # ssfs.slitaz.org
    1.29  #
    1.30  $HTTP["host"] =~ "ssfs\.slitaz\.org$" {