# HG changeset patch # User Christophe Lincoln # Date 1406749066 -7200 # Node ID 6054f60da83418f2a885a89e5456262aa51d1538 # Parent 56cbc73ec11b0d7de14fd45fabb19cde8c561e0a tank: fix piclass vhost diff -r 56cbc73ec11b -r 6054f60da834 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Wed Jul 30 21:34:36 2014 +0200 +++ b/tank/files/etc/lighttpd/vhosts.conf Wed Jul 30 21:37:46 2014 +0200 @@ -180,10 +180,10 @@ # piclass.org - PiClass project website # $HTTP["host"] =~ "piclass\.org$" { - server.document-root = "/home/piclass/www" + server.document-root = "/home/piclass/website" server.errorlog = "/var/log/lighttpd/piclass.org-error.log" accesslog.filename = "/var/log/lighttpd/piclass.org-access.log" - index-file.names = ( "index.cgi", "index.en.tml", "index.fr.html" ) + index-file.names = ( "index.cgi", "index.en.html", "index.fr.html" ) cgi.assign = ( ".cgi" => "/bin/sh" )