From 61c2753477f8ea559ebf67c8bc8276a9804ecd5a Mon Sep 17 00:00:00 2001 From: nginx Date: Thu, 10 Jan 2013 13:34:07 +0000 Subject: Changes with nginx 1.3.11 10 Jan 2013 *) Bugfix: a segmentation fault might occur if logging was used; the bug had appeared in 1.3.10. *) Bugfix: the "proxy_pass" directive did not work with IP addresses without port specified; the bug had appeared in 1.3.10. *) Bugfix: a segmentation fault occurred on start or during reconfiguration if the "keepalive" directive was specified more than once in a single upstream block. *) Bugfix: parameter "default" of the "geo" directive did not set default value for IPv6 addresses. --- man/nginx.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/nginx.8') diff --git a/man/nginx.8 b/man/nginx.8 index 8fcb0b0d2..f119a2327 100644 --- a/man/nginx.8 +++ b/man/nginx.8 @@ -1,6 +1,6 @@ .\" -.\" Copyright (c) 2010 Sergey A. Osokin -.\" Copyright (c) 2011,2012 Nginx, Inc. +.\" Copyright (C) 2010 Sergey A. Osokin +.\" Copyright (C) Nginx, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without -- cgit v1.2.1