Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RequestHeader set X-Forwarded-Protocol https
  2.  
  3. RewriteEngine on
  4. RewriteBase /
  5. RewriteCond %{REQUEST_URI} !^/static/
  6.  
  7. RewriteRule ^(.*) http://127.0.0.1:8000/$1 [proxy, last]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement