Re: [PATCH] Added support for client_scheme_in_redirect directive

2015-03-18 Thread Kyle Ibrahim
n_redirect` I should have just called it `scheme_in_redirect` On Wed, Mar 18, 2015 at 9:22 AM, Maxim Dounin wrote: > Hello! > > On Sun, Mar 15, 2015 at 04:07:11AM -0700, Kyle Ibrahim wrote: > > > Currently, there is no way way to control the scheme which will be used > in >

[PATCH] Added support for client_scheme_in_redirect directive

2015-03-15 Thread Kyle Ibrahim
, we'd like to way to dynamically set the proper client scheme. This is a patch which adds a directive `client_scheme_in_redirect` to complement `server_name_in_redirect` and `port_in_redirect`. A suggested documentation block is included in the commit. # HG changeset patch # User Kyle Ib