# HG changeset patch # User Marcin Kuzminski # Date 1313860132 -10800 # Node ID b05eb16ea105240c54accc402e243b2da1d234a7 # Parent ebb90cfdac83df8bf347a122725371026c55f718 fixes #206 diff -r ebb90cfdac83 -r b05eb16ea105 docs/setup.rst --- 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