slitaz-forge rev 574

tank: fix piclass vhost
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jul 30 21:37:46 2014 +0200 (2014-07-30)
parents 56cbc73ec11b
children ff5a6c7e1655
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Wed Jul 30 21:34:36 2014 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Wed Jul 30 21:37:46 2014 +0200
     1.3 @@ -180,10 +180,10 @@
     1.4  # piclass.org - PiClass project website
     1.5  #
     1.6  $HTTP["host"] =~ "piclass\.org$" {
     1.7 -  server.document-root = "/home/piclass/www"
     1.8 +  server.document-root = "/home/piclass/website"
     1.9    server.errorlog = "/var/log/lighttpd/piclass.org-error.log"
    1.10    accesslog.filename = "/var/log/lighttpd/piclass.org-access.log"
    1.11 -  index-file.names = ( "index.cgi", "index.en.tml", "index.fr.html" )
    1.12 +  index-file.names = ( "index.cgi", "index.en.html", "index.fr.html" )
    1.13    cgi.assign = (
    1.14      ".cgi" => "/bin/sh"
    1.15    )