On Sat, Sep 17, 2016 at 02:36:31AM -0400, adrhc wrote:
Hi there,
> yep, that's exactly my problem:
> "... but that will not help internally-generated things like the
> trailing-slash redirect for directories."
>
> I'll check your solution though I'm very open for other too :D
If you care only about the internally-generated trailing-slash redirects,
then you could try to add something like (lifted from a parallel thread)
if (-d $request_filename) {
rewrite [^/]$ https://$host$uri/ permanent;
}
into places where the trailing-slash redirect might happen.
If there are any other http-not-https redirections that you see, possibly
they could be investigated as they arise.
At least, that would avoid you patching the source.
Cheers,
f
--
Francis Daly [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx