Temporarily disable the http->https redirect.
This commit is contained in:
parent
2ff96ffd87
commit
16623bb520
1 changed files with 0 additions and 6 deletions
|
@ -7,12 +7,6 @@ WSGIPassAuthorization On
|
||||||
WSGIChunkedRequest On
|
WSGIChunkedRequest On
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
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/
|
Alias /static /opt/python/current/app/static/
|
||||||
<Directory /opt/python/current/app/>
|
<Directory /opt/python/current/app/>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
|
Reference in a new issue