comparison man/nginx.8 @ 642:1b80544421e8 NGINX_1_0_11

nginx 1.0.11 *) Change: now double quotes are encoded in an "echo" SSI-command output. Thanks to Zaur Abasmirzoev. *) Feature: the "image_filter_sharpen" directive. *) Bugfix: a segmentation fault might occur in a worker process if SNI was used; the bug had appeared in 1.0.9. *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the bug had appeared in 1.0.9. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request header lines might be passed to backend while caching; or not passed without caching if caching was enabled in another part of the configuration. *) Bugfix: in the "scgi_param" directive, if complex parameters were used. *) Bugfix: "add_header" and "expires" directives did not work if a request was proxied and response status code was 206. *) Bugfix: in the "expires @time" directive. *) Bugfix: in the ngx_http_flv_module. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: nginx could not be built on FreeBSD 10. *) Bugfix: nginx could not be built on AIX.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Dec 2011 00:00:00 +0400
parents 428c6e58046a
children ad25218fd14b
comparison
equal deleted inserted replaced
641:e21c9e01ce08 642:1b80544421e8
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE. 24 .\" SUCH DAMAGE.
25 .\" 25 .\"
26 .\" 26 .\"
27 .Dd November 14, 2010 27 .Dd August 10, 2011
28 .Dt NGINX 8 28 .Dt NGINX 8
29 .Os 29 .Os
30 .Sh NAME 30 .Sh NAME
31 .Nm nginx 31 .Nm nginx
32 .Nd "HTTP and reverse proxy server, mail proxy server" 32 .Nd "HTTP and reverse proxy server, mail proxy server"
175 .Ed 175 .Ed
176 Test configuration file 176 Test configuration file
177 .Pa ~/mynginx.conf 177 .Pa ~/mynginx.conf
178 with global directives for PID and quantity of worker processes. 178 with global directives for PID and quantity of worker processes.
179 .Sh SEE ALSO 179 .Sh SEE ALSO
180 .Xr nginx.conf 5 180 .\"Xr nginx.conf 5
181 .Sh HISTORY 181 .\"Pp
182 Development of 182 Documentation at
183 .Nm
184 started in 2002, with the first public release on October 4, 2004.
185 .Sh AUTHORS
186 .An Igor Sysoev Aq igor@sysoev.ru
187 .Pp
188 Documentation available on
189 .Pa http://nginx.org/ 183 .Pa http://nginx.org/
190 and 184 and
191 .Pa http://sysoev.ru/nginx/ . 185 .Pa http://sysoev.ru/nginx/ .
192 .Pp 186 .Pp
187 For questions and technical support, please refer to
188 .Pa http://nginx.org/en/support.html .
189 .Sh HISTORY
190 Development of
191 .Nm
192 started in 2002, with the first public release on October 4, 2004.
193 .Sh AUTHORS
194 .An -nosplit
195 .An Igor Sysoev Aq igor@sysoev.ru
196 .Pp
193 This manual page was written by 197 This manual page was written by
194 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru 198 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru
195 as a result of compilation of many 199 as a result of compilation of many
196 .Nm 200 .Nm
197 documents all over the world. 201 documents all over the world.
198 .Sh BUGS
199 Report to mailing list
200 .Aq Li nginx@nginx.org
201 if you found one.