Welcome! Log In Create A New Profile

Advanced

Re: nginx-1.0.12

Nginx User
February 06, 2012 01:16PM
On 6 February 2012 17:47, Maxim Dounin <mdounin@mdounin.ru> wrote:
> Changes with nginx 1.0.12                                        06 Feb 2012
>
>    *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
>       "ssl_protocols" directive.
>
>    *) Feature: the "if" SSI command supports captures in regular
>       expressions.

I was really hoping this feature from the 1.1.11 release would make it
into the next stable release (1.0.12)

*) Feature: the "proxy_redirect" directive supports variables in the
first parameter.

Looks like it didn't make the cut. Any chance of making the next
release? The current limitation of variables to only the second
parameter makes this feature a bit cumbersome.

Because of a number of backend apps that try to redirect, I have to do:

# proxy_redirect http://site_1:8080/ http://site_1/;
# proxy_redirect http://site_2:8080/ http://site_2/;
# proxy_redirect http://site_3:8080/ http://site_3/;
....
# proxy_redirect http://site_n:8080/ http://site_n/;

in my proxy params file instead of a simple:

# proxy_redirect http://$host:8080/ http://$host/;

Please consider adding it.

Thanks

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

nginx-1.0.12

Maxim Dounin February 06, 2012 09:50AM

Re: nginx-1.0.12

Kevin Worthington February 06, 2012 12:34PM

Re: nginx-1.0.12

Nginx User February 06, 2012 01:16PM

Re: nginx-1.0.12

Valentin V. Bartenev February 06, 2012 02:38PM

Re: nginx-1.0.12

Jim Ohlstein February 06, 2012 02:58PM

Re: nginx-1.0.12

Nginx User February 06, 2012 11:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 175
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