comparison docs/setup.rst @ 1448:b05eb16ea105 beta

fixes #206
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 20 Aug 2011 20:08:52 +0300
parents a2fe0ac8d007
children da60cdb41969
comparison
equal deleted inserted replaced
1447:ebb90cfdac83 1448:b05eb16ea105
3 Setup 3 Setup
4 ===== 4 =====
5 5
6 6
7 Setting up RhodeCode 7 Setting up RhodeCode
8 -------------------------- 8 --------------------
9 9
10 First, you will need to create a RhodeCode configuration file. Run the 10 First, you will need to create a RhodeCode configuration file. Run the
11 following command to do this:: 11 following command to do this::
12 12
13 paster make-config RhodeCode production.ini 13 paster make-config RhodeCode production.ini
370 370
371 There are two ways to enable https: 371 There are two ways to enable https:
372 372
373 - Set HTTP_X_URL_SCHEME in your http server headers, than rhodecode will 373 - Set HTTP_X_URL_SCHEME in your http server headers, than rhodecode will
374 recognize this headers and make proper https redirections 374 recognize this headers and make proper https redirections
375 - Alternatively, set the `force_https = true` in the ini configuration to force 375 - Alternatively, change the `force_https = true` flag in the ini configuration
376 using https, no headers are needed than to enable https 376 to force using https, no headers are needed than to enable https
377 377
378 378
379 Nginx virtual host example 379 Nginx virtual host example
380 -------------------------- 380 --------------------------
381 381