slitaz-forge diff tank/files/etc/lighttpd/vhosts.conf @ rev 221

tank: let try our own BTS
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 29 16:15:58 2012 +0200 (2012-03-29)
parents bc87692322ad
children 5e1b4ca65e96
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Thu Mar 29 13:02:04 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Thu Mar 29 16:15:58 2012 +0200
     1.3 @@ -89,12 +89,13 @@
     1.4  # try.slitaz.org (For testing)
     1.5  #
     1.6  $HTTP["host"] =~ "(try\.slitaz\.org$)" {
     1.7 -  server.document-root = "/home/slitaz/www/try"
     1.8 +  server.document-root = "/home/slitaz/www/bugs/web"
     1.9    server.errorlog = "/var/log/lighttpd/try.slitaz.org-error.log"
    1.10    accesslog.filename = "/var/log/lighttpd/try.slitaz.org-access.log"
    1.11    cgi.assign = (
    1.12      ".cgi" => "/bin/sh"
    1.13    )
    1.14 +  index-file.names = ( "bugs.cgi" )
    1.15  }
    1.16  
    1.17  # cloud.slitaz.me