diff src/http/modules/perl/nginx.pm @ 600:5dc296c4372a NGINX_0_8_52

nginx 0.8.52 *) Bugfix: nginx used SSL mode for a listen socket if any listen option was set; the bug had appeared in 0.8.51.
author Igor Sysoev <http://sysoev.ru>
date Tue, 28 Sep 2010 00:00:00 +0400
parents be70f83b184f
children c5122335e41d
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.51';
+our $VERSION = '0.8.52';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);