From a3701304945288d4623de9947380781afc906a40 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Tue, 1 Oct 2013 16:28:40 -0400 Subject: [PATCH] Redirect try 3. --- wsgi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.conf b/wsgi.conf index e2efc0c76..d269b6912 100644 --- a/wsgi.conf +++ b/wsgi.conf @@ -10,7 +10,7 @@ WSGIPassAuthorization On RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https - RewriteRule !/status https://%{SERVER_NAME}%{REQUEST_URI} [L,R] + RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=permanent] Alias /static /opt/python/current/app/static/