# HG changeset patch # User Christophe Lincoln # Date 1389338369 -3600 # Node ID 583a596554d6249c461d54d6be8677aeaa31f650 # Parent ed9e0a7db12bcc2c33aeda45dfbaa74ea31aa5dc tank: typo in last commit (again) diff -r ed9e0a7db12b -r 583a596554d6 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Fri Jan 10 08:10:04 2014 +0100 +++ b/tank/files/etc/lighttpd/vhosts.conf Fri Jan 10 08:19:29 2014 +0100 @@ -148,7 +148,7 @@ # irc.slitaz.org # $HTTP["host"] =~ "^irc\.slitaz\.org$" { - server.document-root = "/home/slitaz/www/irs" + server.document-root = "/home/slitaz/www/irc" server.errorlog = "/var/log/lighttpd/irc.slitaz.org-error.log" accesslog.filename = "/var/log/lighttpd/irc.slitaz.org-access.log" index-file.names = ( "index.cgi" )