wok-next annotate mercurial/stuff/lighttpd-hg-vhost.conf @ rev 16123
Mplayer up to (1.1.1) and add to ARM arch with esound support
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 22:37:08 2014 +0100 (2014-03-23) |
parents | |
children |
rev | line source |
---|---|
pankso@29 | 1 |
pankso@29 | 2 # Mercurial (hg) |
pankso@29 | 3 # |
pankso@29 | 4 $HTTP["host"] =~ "hg$" { |
pankso@29 | 5 cgi.assign = ( |
pankso@29 | 6 ".cgi" => "/usr/bin/python" |
pankso@29 | 7 ) |
pankso@29 | 8 server.document-root = "/home/hg/share/" |
pankso@29 | 9 url.rewrite-once = ( "(.*)" => "/hgwebdir.cgi$1" ) |
pankso@29 | 10 } |