# HG changeset patch # User Marcin Kuzminski # Date 2011-01-06 19:12:13 # Node ID 344f748517814ed0408a49e392dc625f4cc37fdc # Parent 15e0fb9795daf4a5275bf60b3785393903cd41e4 fixed docs diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -226,27 +226,27 @@ Apache virtual host example Sample config for apache using proxy:: - - ServerName hg.myserver.com - ServerAlias hg.myserver.com - - - Order allow,deny - Allow from all - - - #important ! - #Directive to properly generate url (clone url) for pylons - ProxyPreserveHost On - - #rhodecode instance - ProxyPass / http://127.0.0.1:5000/ - ProxyPassReverse / http://127.0.0.1:5000/ - - #to enable https use line below - #SetEnvIf X-Url-Scheme https HTTPS=1 - - + + ServerName hg.myserver.com + ServerAlias hg.myserver.com + + + Order allow,deny + Allow from all + + + #important ! + #Directive to properly generate url (clone url) for pylons + ProxyPreserveHost On + + #rhodecode instance + ProxyPass / http://127.0.0.1:5000/ + ProxyPassReverse / http://127.0.0.1:5000/ + + #to enable https use line below + #SetEnvIf X-Url-Scheme https HTTPS=1 + + Additional tutorial