aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-23 19:11:44 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-23 19:11:44 +0100
commitd1b75eb714ef38f9849d9fce33837d6156111d64 (patch)
tree70c123bd49c3855fb807d82a9df79bdb051ba0b9 /config
parent7d69d615f6617d03e6ce206a88dd206dccae7498 (diff)
Removed SSL config from Apache.
Diffstat (limited to 'config')
-rw-r--r--config/rhodecode25
1 files changed, 0 insertions, 25 deletions
diff --git a/config/rhodecode b/config/rhodecode
index 660f1a7..e7a216e 100644
--- a/config/rhodecode
+++ b/config/rhodecode
@@ -19,28 +19,3 @@
ProxyPassReverse / http://127.0.0.1:5000/
</VirtualHost>
-
-<VirtualHost *:443>
- ServerName staging.git.linaro.org
- ServerAlias staging.git.linaro.org
-
- SSLEngine On
- SSLCertificateFile /etc/apache2/ssl/apache.pem
-
- <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>