8d31d22f330f6b1f258a79b385079a70b7f77854
jcasper
  Sun Aug 21 01:11:52 2016 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index 430c9ce..31c93fb 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -147,15 +147,21 @@
 # directly (instead of via bigURLs).
 #customTracks.maxBytes=52428800
 
 # Log visible tracks to error_log
 trackLog=on
 
 # location of CRAM reference sequences
 cramRef=/userdata/cramCache
 
 # Display phylogenetic tree in hgGateway (URL relative to cgi-bin)
 hgGateway.dbDbTaxonomy=../js/dbDbTaxonomy.js
 
 # Set up thumbnails directory for public sessions CGI
 sessionThumbnail.imgDir=../trash/hgPS
 sessionThumbnail.webPath=../trash/hgPS
+
+# If login is enabled, then the server should be configured to support HTTPS. 
+# HTTPS is used for hgLogin by default. If the server cannot support HTTPS 
+# but login is still enabled (not recommended), HTTPS for hgLogin can be 
+# disabled by uncommenting this setting:login.https=off
+login.https=off