slitaz-forge rev 198

vhosts.conf: add /static path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 21 09:06:25 2012 +0100 (2012-03-21)
parents 5216fc3b4cbe
children 4a391c4af9a9
files mirror/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/mirror/files/etc/lighttpd/vhosts.conf	Tue Mar 20 19:06:52 2012 -0500
     1.2 +++ b/mirror/files/etc/lighttpd/vhosts.conf	Wed Mar 21 09:06:25 2012 +0100
     1.3 @@ -1,6 +1,8 @@
     1.4  # /etc/lighttpd/vhosts.conf : Virtual hosts configuration file.
     1.5  #
     1.6  
     1.7 +alias.url += ( "/static" => "/var/www/slitaz/mirror/static/" )
     1.8 +
     1.9  # mirror.slitaz.org (Server canonical hostname)
    1.10  #
    1.11  $HTTP["host"] =~ "^mirror([0-9]*)\.slitaz\.(org|com|eu|net)$" {