aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-01-06 20:12:13 +0100
committerMarcin Kuzminski <marcin@python-works.com>2011-01-06 20:12:13 +0100
commit7091872b303e7376ba4d9b99c2e003c85d6978ce (patch)
tree868888ee8a69f5432bbd210873ae6b21b121456b
parent3aa335d520ba29b14c44d829d2b7da57b48e0cc6 (diff)
fixed docsv1.1.1
-rw-r--r--docs/setup.rst42
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/setup.rst b/docs/setup.rst
index 510f283b..2d70576b 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -226,27 +226,27 @@ Apache virtual host example
Sample config for apache using proxy::
-<VirtualHost *:80>
- ServerName hg.myserver.com
- ServerAlias hg.myserver.com
-
- <Proxy *>
- Order allow,deny
- Allow from all
- </Proxy>
-
- #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
-
-</VirtualHost>
+ <VirtualHost *:80>
+ ServerName hg.myserver.com
+ ServerAlias hg.myserver.com
+
+ <Proxy *>
+ Order allow,deny
+ Allow from all
+ </Proxy>
+
+ #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
+
+ </VirtualHost>
Additional tutorial