From d1b75eb714ef38f9849d9fce33837d6156111d64 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 23 Jan 2013 19:11:44 +0100 Subject: Removed SSL config from Apache. --- config/rhodecode | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'config') 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/ - - - ServerName staging.git.linaro.org - ServerAlias staging.git.linaro.org - - SSLEngine On - SSLCertificateFile /etc/apache2/ssl/apache.pem - - - 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 - - -- cgit v1.2.3