Building nginx with TCP_FASTOPEN enabled
Lukas Tribus
luky-37 at hotmail.com
Sun Aug 10 12:24:49 UTC 2014
> Yes, you're right. glibc was the problem. I tried to build an nginx deb
> package on a development machine with updated glibc libs and installed it
> on the production server.
Don't upgrade libc because of this (it will mess your system up).
Just define it manually when compiling nginx by passing it to the compiler:
-DTCP_FASTOPEN=23
Regards,
Lukas
More information about the nginx
mailing list