On Tue, Sep 01, 2015 at 04:41:20PM -0400, fsanti...@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
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to