slitaz-forge rev 396

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