diff docs/setup.rst @ 1392:00b8fca6886c beta

fixes issue #206
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Jun 2011 01:54:17 +0200
parents 5a31d387f347
children 93cffcb6fd54
line wrap: on
line diff
--- a/docs/setup.rst	Sat Jun 18 01:50:40 2011 +0200
+++ b/docs/setup.rst	Sat Jun 18 01:54:17 2011 +0200
@@ -371,7 +371,7 @@
 
 - Set HTTP_X_URL_SCHEME in your http server headers, than rhodecode will
   recognize this headers and make proper https redirections
-- Alternatively, set `force_https = true` in the ini configuration to force 
+- Alternatively, set the `force_https = true` in the ini configuration to force 
   using https, no headers are needed than to enable https
 
 
@@ -472,7 +472,8 @@
       SetEnvIf X-Url-Scheme https HTTPS=1
     </Location> 
 
-Besides the regular apache setup you will need to add the following to your .ini file::
+Besides the regular apache setup you will need to add the following line
+into [app:main] section of your .ini file::
 
     filter-with = proxy-prefix