accept_filter being ignored
Maxim Konovalov
maxim at nginx.com
Fri Feb 19 10:18:07 UTC 2016
Hi Jim,
On 2/19/16 12:19 AM, Jim Ohlstein wrote:
> Hello,
>
> Not sure if I should be directing this to a FreeBSD list or here,
> but here goes.
>
> I have set accept_filter= in listen directives:
>
> server {
> listen 80 accept_filter=http_ready;
> listen [::]:80 accept_filter=http_ready;
> listen 443 ssl accept_filter=data_ready;
> listen [::]:443 ssl accept_filter=data_ready;
>
[...]
They should be "httpready" and "dataready", see nginx.org/r/listen
for more details.
Also see man pages for accept_filter(9) and friends.
--
Maxim Konovalov
More information about the nginx
mailing list