Welcome! Log In Create A New Profile

Advanced

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

Valentin V. Bartenev
October 03, 2014 03:00PM
On Friday 03 October 2014 12:43:29 nikolaos2012 wrote:
> Hi Valentin,
>
> I have read that I should be using the location directive unless I have
> numerous mappings in other places.
>
> In this case we have about a dozen mappings.
>
> But I am curious if I used the location directive what would the above
> mapping example translate to so that it results in a $use_secure variable
> that we can include in another file so that it can be used inside multiple
> server blocks.
[..]

If I understand you case right, then it can be something like that:

location /sites/ {
return 301 https://secure$host$request_uri;
}

location /account/ {
return 301 https://secure$host$request_uri;
}

wbr, Valentin V. Bartenev

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

map $uri in 1.3.0+ NOT working in 1.6.0+

nikolaos2012 October 02, 2014 11:08PM

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

nikolaos2012 October 03, 2014 12:58AM

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

Valentin V. Bartenev October 03, 2014 05:02AM

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

nikolaos2012 October 03, 2014 09:04AM

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

Valentin V. Bartenev October 03, 2014 03:00PM

Re: map $uri in 1.3.0+ NOT working in 1.6.0+

nikolaos2012 October 04, 2014 12:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready