changeset 1448:b05eb16ea105 beta

fixes #206
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 20 Aug 2011 20:08:52 +0300
parents ebb90cfdac83
children 0fd5794787a9
files docs/setup.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Sat Aug 20 18:47:40 2011 +0300
+++ b/docs/setup.rst	Sat Aug 20 20:08:52 2011 +0300
@@ -5,7 +5,7 @@
 
 
 Setting up RhodeCode
---------------------------
+--------------------
 
 First, you will need to create a RhodeCode configuration file. Run the 
 following command to do this::
@@ -372,8 +372,8 @@
 
 - Set HTTP_X_URL_SCHEME in your http server headers, than rhodecode will
   recognize this headers and make proper https redirections
-- Alternatively, set the `force_https = true` in the ini configuration to force 
-  using https, no headers are needed than to enable https
+- Alternatively, change the `force_https = true` flag in the ini configuration 
+  to force using https, no headers are needed than to enable https
 
 
 Nginx virtual host example