# HG changeset patch # User Christophe Lincoln # Date 1393787570 -3600 # Node ID 86dc27f7b8794c58e19bcb6ccbe236cf3e86c3dc # Parent 7deb9a2b2bff78caff968689cb54c2d1c1a84d95 tank: arm.slitaz.org use statis HTML for now diff -r 7deb9a2b2bff -r 86dc27f7b879 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Sun Mar 02 19:58:22 2014 +0100 +++ b/tank/files/etc/lighttpd/vhosts.conf Sun Mar 02 20:12:50 2014 +0100 @@ -128,7 +128,7 @@ server.document-root = "/home/slitaz/www/arm" server.errorlog = "/var/log/lighttpd/arm.slitaz.org-error.log" accesslog.filename = "/var/log/lighttpd/arm.slitaz.org-access.log" - index-file.names = ( "index.cgi" ) + #index-file.names = ( "index.cgi" ) cgi.assign = ( ".cgi" => "/bin/sh" )