302 to https

Maxim Dounin mdounin at mdounin.ru
Tue Oct 13 00:06:06 MSD 2009


Hello!

On Mon, Oct 12, 2009 at 11:37:28PM +0400, Daniel Podolsky wrote:

> День добрый!
> 
> Я сильно туплю, наверное
> 
> Как выдать редирект на https для определенного location?

    location /something-you-need-in-https {
        rewrite ^ https://$host/$request_uri? redirect;
    }

http://sysoev.ru/nginx/docs/http/ngx_http_rewrite_module.html#rewrite

> 
> И куда в дальнейшем обращаться с подобными вопросами?

Лучше всего начинать с чтения документации и/или гугла.  Если не 
помогает - то сюда, но обычно помогает.

Maxim Dounin





More information about the nginx-ru mailing list