﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1373	missing '=' in admin-guide/serving-static-content	heijligen@…	Yaroslav Zhuravlev	"In the admin-guide/serving-static-content[0] at the section 'Tuning NGINX' the example configuration faild.
Instead of:

{{{
server {
    listen 80 backlog 4096;
    # The rest of server configuration
}
}}}

it has to be:

{{{
server {
    listen 80 backlog=4096;
    # The rest of server configuration
}
}}}

as defined in the module reference[1]

[0] [https://www.nginx.com/resources/admin-guide/serving-static-content/]
[1] [http://nginx.org/en/docs/http/ngx_http_core_module.html#listen]
"	task	closed	minor		documentation	1.13.x	fixed				nginx version: nginx/1.13.3
