src/product/ex.hg.conf 1.23

1.23 2010/04/14 07:56:06 galt
Adding support for http(s) proxy
Index: src/product/ex.hg.conf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/product/ex.hg.conf,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 4 -r1.22 -r1.23
--- src/product/ex.hg.conf	5 Mar 2010 21:57:14 -0000	1.22
+++ src/product/ex.hg.conf	14 Apr 2010 07:56:06 -0000	1.23
@@ -203,4 +203,9 @@
 # downloads.server=<your download server machine>
 
 # enable user specific javascript
 # browser.javaScriptDir=js/<your logname>
+
+# enable http(s) proxy support in net.c
+#httpProxy=http://someProxyServer:443/
+# if proxy server needs BASIC authentication
+#httpProxy=http://user:password@someProxyServer:443/