4 messages in ru.sysoev.nginxRe: Force https
FromSent OnAttachments
Wayne E. SeguinMar 3, 2007 4:44 am 
Jonathan VanascoMar 4, 2007 11:45 am 
Igor SysoevMar 4, 2007 11:55 am 
Wayne E. SeguinMar 4, 2007 12:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Force httpsActions...
From:Wayne E. Seguin (wayn@public.gmane.org)
Date:Mar 4, 2007 12:39:00 pm
List:ru.sysoev.nginx

Igor,

I see that your assistance is as excellent as your software!

Could this be added to the wiki's examples? It might benefit people (even though it IS simple).

Thanks for writing such an awesome server,

~Wayne

On Mar 04, 2007, at 14:56 , Igor Sysoev wrote:

On Sat, Mar 03, 2007 at 07:45:15AM -0500, Wayne E. Seguin wrote:

Can someone either tell me or point me to the correct documentation on how to force a subdomain to use https only?

Eg. Client goes to http and gets forced to https.

Also,

Would it be useful for me to write up my config file showing how authentication is done with https? I did have some confusion with it myself.

server { listen 80; rewrite ^(.*) https://site.com$1 redirect; }

server { listen 443; ... }