wok diff mercurial/stuff/lighttpd-hg-vhost.conf @ rev 16866
libwebkit-video: undo:Return to original, 2.4 libsoup req. Time to tes LxQt
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 11:57:23 2014 +0300 (2014-07-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mercurial/stuff/lighttpd-hg-vhost.conf Sun Jul 13 11:57:23 2014 +0300 1.3 @@ -0,0 +1,10 @@ 1.4 + 1.5 +# Mercurial (hg) 1.6 +# 1.7 +$HTTP["host"] =~ "hg$" { 1.8 +cgi.assign = ( 1.9 + ".cgi" => "/usr/bin/python" 1.10 + ) 1.11 + server.document-root = "/home/hg/share/" 1.12 + url.rewrite-once = ( "(.*)" => "/hgwebdir.cgi$1" ) 1.13 +}