# HG changeset patch # User Christophe Lincoln # Date 1336863081 -7200 # Node ID 98f989903f0897a64e0f87a4072109067b3089a5 # Parent e6033f5f702ea9580ae7e380e797ec28f0f45dc5 tank: use index.cgi for cook (cross will use one) diff -r e6033f5f702e -r 98f989903f08 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Sun May 13 00:43:51 2012 +0200 +++ b/tank/files/etc/lighttpd/vhosts.conf Sun May 13 00:51:21 2012 +0200 @@ -72,7 +72,7 @@ cgi.assign = ( ".cgi" => "/bin/sh" ) - index-file.names = ( "cooker.cgi" ) + index-file.names = ( "cooker.cgi", "index.cgi" ) } # slitaz.me