comparison src/http/modules/perl/nginx.pm @ 264:4de4f8bc5d07 NGINX_0_5_2

nginx 0.5.2 *) Bugfix: if the "proxy_pass" directive used the name of the "upstream" block, then nginx tried to resolve the name; bug appeared in 0.5.1.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Dec 2006 00:00:00 +0300
parents e0b1d0a6c629
children 251bcd11a5b8
comparison
equal deleted inserted replaced
263:34f7e991e4f7 264:4de4f8bc5d07
15 HTTP_REDIRECT 15 HTTP_REDIRECT
16 HTTP_NOT_FOUND 16 HTTP_NOT_FOUND
17 HTTP_SERVER_ERROR 17 HTTP_SERVER_ERROR
18 ); 18 );
19 19
20 our $VERSION = '0.5.1'; 20 our $VERSION = '0.5.2';
21 21
22 require XSLoader; 22 require XSLoader;
23 XSLoader::load('nginx', $VERSION); 23 XSLoader::load('nginx', $VERSION);
24 24
25 # Preloaded methods go here. 25 # Preloaded methods go here.