slitaz-forge rev 395

tank: typo in last commit
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 10 08:10:04 2014 +0100 (2014-01-10)
parents abd820bbdfe5
children 583a596554d6
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Fri Jan 10 08:05:46 2014 +0100
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Fri Jan 10 08:10:04 2014 +0100
     1.3 @@ -147,7 +147,7 @@
     1.4  
     1.5  # irc.slitaz.org
     1.6  #
     1.7 -$HTTP["host"] =~ "^irs\.slitaz\.org$" {
     1.8 +$HTTP["host"] =~ "^irc\.slitaz\.org$" {
     1.9    server.document-root = "/home/slitaz/www/irs"
    1.10    server.errorlog = "/var/log/lighttpd/irc.slitaz.org-error.log"
    1.11    accesslog.filename = "/var/log/lighttpd/irc.slitaz.org-access.log"