slitaz-forge rev 255

tank: add temp wiki for tinycm
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 09 20:13:04 2012 +0200 (2012-04-09)
parents 06fea9f31d93
children 1231b174eb53
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Mon Apr 09 20:07:15 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Mon Apr 09 20:13:04 2012 +0200
     1.3 @@ -110,6 +110,18 @@
     1.4    #index-file.names = ( "index.cgi" )
     1.5  }
     1.6  
     1.7 +# wiki.slitaz.org (To move content then install tinycm on doc.slitaz.org)
     1.8 +#
     1.9 +$HTTP["host"] =~ "(wiki\.slitaz\.org$)" {
    1.10 +  server.document-root = "/home/slitaz/www/wiki"
    1.11 +  server.errorlog = "/var/log/lighttpd/tank.slitaz.org-error.log"
    1.12 +  accesslog.filename = "/var/log/lighttpd/tank.slitaz.org-access.log"
    1.13 +  cgi.assign = (
    1.14 +    ".cgi" => "/bin/sh"
    1.15 +  )
    1.16 +  #index-file.names = ( "index.cgi" )
    1.17 +}
    1.18 +
    1.19  # cloud.slitaz.me
    1.20  #
    1.21  $HTTP["host"] =~ "cloud\.slitaz\.me$" {