# HG changeset patch # User Christopher Rogers # Date 1304645448 0 # Node ID 21fa232126e405d463a65c65e4af714973d2cfc6 # Parent f6369bbaf51bca47a05b3f81fc3c2a45dc6a5b91 Added bugs.slitaz.org into vhosts for tank and local-tank. diff -r f6369bbaf51b -r 21fa232126e4 initramfs/etc/lighttpd/vhosts-local-tank.conf --- a/initramfs/etc/lighttpd/vhosts-local-tank.conf Fri May 06 01:27:18 2011 +0000 +++ b/initramfs/etc/lighttpd/vhosts-local-tank.conf Fri May 06 01:30:48 2011 +0000 @@ -145,6 +145,23 @@ ) } +# bugs.slitaz.org +# +$HTTP["host"] =~ "bugs\.slitaz\.org$" { + #cgi.assign = ( + # ".cgi" => "/usr/bin/python" + #) + #server.document-root = "/home/slitaz/www/bugs" + #url.rewrite-once = ( "(.*)" => "/roundup.cgi$1" ) + + #url.rewrite = ( "(.*)" => "/bugs$1" ) + proxy.server = ( "" => (( + "host" => "127.0.0.1", + "port" => "8917" + )) + ) +} + # pizza.slitaz.org # $HTTP["host"] =~ "pizza\.slitaz\.org" { diff -r f6369bbaf51b -r 21fa232126e4 initramfs/etc/lighttpd/vhosts-tank.conf --- a/initramfs/etc/lighttpd/vhosts-tank.conf Fri May 06 01:27:18 2011 +0000 +++ b/initramfs/etc/lighttpd/vhosts-tank.conf Fri May 06 01:30:48 2011 +0000 @@ -181,6 +181,23 @@ ) } +# bugs.slitaz.org +# +$HTTP["host"] =~ "bugs\.slitaz\.org$" { + #cgi.assign = ( + # ".cgi" => "/usr/bin/python" + #) + #server.document-root = "/home/slitaz/www/bugs" + #url.rewrite-once = ( "(.*)" => "/roundup.cgi$1" ) + + #url.rewrite = ( "(.*)" => "/bugs$1" ) + proxy.server = ( "" => (( + "host" => "127.0.0.1", + "port" => "8917" + )) + ) +} + # These hosts are personnal website for me and my family, pankso.