slitaz-forge rev 150

mirror: add mf.slitaz.org and minor change to pro
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 10:16:26 2012 +0100 (2012-03-20)
parents 1916a8e21160
children 2331f8f061c8
files mirror/files/etc/lighttpd/vhosts.conf pro/en/index.php
line diff
     1.1 --- a/mirror/files/etc/lighttpd/vhosts.conf	Mon Mar 19 14:25:25 2012 +0100
     1.2 +++ b/mirror/files/etc/lighttpd/vhosts.conf	Tue Mar 20 10:16:26 2012 +0100
     1.3 @@ -220,16 +220,15 @@
     1.4    index-file.names += ( "index.php" )
     1.5  }
     1.6  
     1.7 -# iso.slitaz.org
     1.8 +# mf.slitaz.org
     1.9  #
    1.10 -$HTTP["host"] =~ "^iso\.slitaz\.(org|com|eu)$" {
    1.11 -  server.document-root = "/var/www/iso"
    1.12 -  server.errorlog = "/var/log/lighttpd/iso.slitaz.org-error.log"
    1.13 -  accesslog.filename = "/var/log/lighttpd/iso.slitaz.org-access.log"
    1.14 +# Mirror Files server SliTaz static files such as CSS and images
    1.15 +# Here we point the vhost to the Hg repo so we can update file via
    1.16 +# cron: hg pull -u /home/slitaz/repos/slitaz-forge
    1.17 +#
    1.18 +$HTTP["host"] =~ "^mf\.slitaz\.org$" {
    1.19 +  server.document-root = "/home/slitaz/repos/slitaz-forge/mf"
    1.20 +  server.errorlog = "/var/log/lighttpd/mf.slitaz.org-error.log"
    1.21 +  accesslog.filename = "/var/log/lighttpd/mf.slitaz.org-access.log"
    1.22    include "awstats.conf"
    1.23 -  index-file.names += ( "cookiso.cgi" )
    1.24 -  cgi.assign += (
    1.25 -    ".cgi" => "/bin/sh"
    1.26 -  )
    1.27  }
    1.28 -
     2.1 --- a/pro/en/index.php	Mon Mar 19 14:25:25 2012 +0100
     2.2 +++ b/pro/en/index.php	Tue Mar 20 10:16:26 2012 +0100
     2.3 @@ -4,7 +4,7 @@
     2.4  <head>
     2.5      <title>SliTaz Pro</title>
     2.6      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     2.7 -    <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
     2.8 +    <meta name="description" content="Slitaz Professional Platform" />
     2.9      <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
    2.10      <meta name="robots" content="index, follow, all" />
    2.11      <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />