From 16623bb520c327aa8e022a82de7b18f2ba9e017b Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 2 Oct 2013 14:40:28 -0400 Subject: [PATCH] Temporarily disable the http->https redirect. --- wsgi.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wsgi.conf b/wsgi.conf index f5df7de10..93e6338b1 100644 --- a/wsgi.conf +++ b/wsgi.conf @@ -7,12 +7,6 @@ WSGIPassAuthorization On WSGIChunkedRequest On - SetEnvIf X-Forwarded-Proto !http HTTPS=1 - - RewriteEngine On - RewriteCond %{HTTP:X-Forwarded-Proto} http - RewriteRule !/status https://%{SERVER_NAME}%{REQUEST_URI} [L,R=permanent] - Alias /static /opt/python/current/app/static/ Order allow,deny