Diff for /elwix/config/etc/default/lighttpd/conf.d/proxy.conf.sample between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:38 version 1.2, 2014/01/05 23:14:25
Line 0 Line 1
   #######################################################################
   ##
   ##  Proxy Module 
   ## --------------- 
   ##
   ## http://www.lighttpd.net/documentation/proxy.html
   ##
   server.modules += ( "mod_proxy" )
   
   ##
   ## a value between 0 and 65535 to set the debug-level in the Proxy module.
   ## Currently only 0 and 1 are used. Use 1 to enable some debug output, 0 to
   ## disable it. 
   ##
   #proxy.debug = 1
   
   ##  
   ## might be one of 'hash', 'round-robin' or 'fair' (default).
   ##  
   #proxy.balance = "fair"
     
   ##
   ## Handle all jsp requests via 192.168.0.101
   ##
   #proxy.server = ( ".jsp" =>
   #                 ( "tomcat" =>
   #                   (
   #                     "host" => "192.168.0.101",
   #                     "port" => 80
   #                   )
   #                 )
   #               )
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>