nginx v1.8.0 / redirects
fsantiago at deviltracks.net
fsantiago at deviltracks.net
Wed Sep 2 01:33:11 UTC 2015
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 at 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
More information about the nginx
mailing list