examples/nginx: avoid unnecessary listen directive
commit1ca83b055375ab7e72d383ffd0f36f70c07d9e92
authorEric Wong <normalperson@yhbt.net>
Tue, 25 Jan 2011 21:56:39 +0000 (25 13:56 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 25 Jan 2011 21:56:39 +0000 (25 13:56 -0800)
treeecbe61653f77f0b2730f4199d6fc7407ec4e1f60
parentfb1f33aecc7102fb5c10e27c65b9b27cf249415f
examples/nginx: avoid unnecessary listen directive

There's no need to use listen unless you use non-default port or
can enable "deferred" or "httpready" (which you usually want).
examples/nginx.conf