Project

General

Profile

Actions

Bug #2640

open

request.scheme should honor X-Forwarded-Proto

Added by darix about 9 years ago.

Status:
New
Priority:
Normal
Category:
-

Description

Would make things like this work when running behind haproxy e.g.:

   redirect (
     "^/[^/]+/((lib|css|js|plugin)/.*)$" => "%{request.scheme}://cdn.example.com/reveal.js/$1" 
   );  

No data to display

Actions

Also available in: Atom