diff rhodecode/config/deployment.ini_tmpl @ 921:136af52f374b

merged found bugs and fixed for stable release: - added force https option into ini files for easier https usage (no need to set server headers with this options) - small css updates - fixed #96 redirect loop on files view on repositories without changesets - fixed #97 unicode string passed into server header in special cases (mod_wsgi) and server crashed with errors - fixed large tooltips problems on main page - fixed #92 whoosh indexer is more error proof
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jan 2011 19:10:25 +0100
parents 30ad41c76fae
children 9e59b16d1b48
line wrap: on
line diff
--- a/rhodecode/config/deployment.ini_tmpl	Sat Dec 18 20:06:26 2010 +0100
+++ b/rhodecode/config/deployment.ini_tmpl	Thu Jan 06 19:10:25 2011 +0100
@@ -47,6 +47,7 @@
 index_dir = %(here)s/data/index
 app_instance_uuid = ${app_instance_uuid}
 cut_off_limit = 256000
+force_https = false 
 
 ####################################
 ###        CELERY CONFIG        ####