aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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>