aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-24 13:35:52 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-24 13:35:52 +0100
commitc33e492f38f8da6b1e23b8a943c7c6f5b2cf2c7d (patch)
tree64dc551e9a6c49aa9b6a58ab5e5d6246b17ed965 /config
parente8d9d98b010f14eb2a9bf20b501cb724abec661c (diff)
Added input string for rhodecode setup.
Diffstat (limited to 'config')
-rw-r--r--config/rhodecode2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/rhodecode b/config/rhodecode
index e7a216e..852d5f2 100644
--- a/config/rhodecode
+++ b/config/rhodecode
@@ -10,12 +10,10 @@
Alias /git-ro/ /opt/git_repos/
Alias / /opt/git_repos/
- #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/
-
</VirtualHost>