B.R.
September 02, 2015 03:04AM
I would suggest you avoid multiple redirects in the case a client connects
with http://domain, because your current setup will make the client
following this flow:
http://domain > http://www.domain > https://www.domain

This will hurt your TTFB. I suggest your first redirect should directly
point to the HTTPS scheme.
---
*B. R.*

On Wed, Sep 2, 2015 at 3:33 AM, <fsantiago@deviltracks.net> wrote:

> thanks. worked like a charm!
>
> On 2015-09-01 17:16, Francis Daly wrote:
>
>> On Tue, Sep 01, 2015 at 04:41:20PM -0400, fsantiago@deviltracks.net
>> wrote:
>>
>> Hi there,
>>
>> 1.> redirect <domain> > www.<domain>
>>> a.) if www is already present, skip to step 2
>>>
>>> 2.> redirect http://www.<domain> request > https://......
>>>
>>
>> http://nginx.org/en/docs/http/server_names.html
>>
>> Use two server{} blocks.
>>
>> One matches only www.* and redirects to https://$host$request_uri
>>
>> The other redirects to http://www.$host$request_uri
>>
>> f
>>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx v1.8.0 / redirects

Anonymous User September 01, 2015 04:42PM

Re: nginx v1.8.0 / redirects

Francis Daly September 01, 2015 05:18PM

Re: nginx v1.8.0 / redirects

Anonymous User September 01, 2015 09:34PM

Re: nginx v1.8.0 / redirects

B.R. September 02, 2015 03:04AM

Re: nginx v1.8.0 / redirects

Anonymous User September 03, 2015 10:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 228
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready