Redirect try 3.
This commit is contained in:
parent
536f6bb730
commit
a370130494
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
<Directory /opt/python/current/app/>
|
||||
|
|
Reference in a new issue