Forcing SSL;

Luit van Drongelen me at luitvd.net
Tue Feb 8 19:07:09 MSK 2011


On Tue, Feb 8, 2011 at 5:05 PM, David J. <david at styleflare.com> wrote:
> What is the best way to force all connections to use SSL?

I use a separate server block like this:


server {
    server_name  example.com;
    rewrite ^ https://example.com$request_uri? break;
}



More information about the nginx mailing list