http -> https

Igor Sysoev is at rambler-co.ru
Mon Apr 3 18:53:55 MSD 2006


On Mon, 3 Apr 2006, Evgeny Stepanischev wrote:

> Как  средствами  nginx  сделать  редирект  на https-версию сайта? т.е.
> что-то вроде
>
> rewrite / https://site.ru/

rewrite  ^(/.*)$  https://site.ru/$1  redirect;


Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list