WordOps / WordOps

Install and manage a high performance WordPress stack with a few keystrokes

Home Page:https://wordops.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] TCP Fast Open Support

jazir555 opened this issue · comments

I've tried adding the directive "tcp_fastopen 1024;", but nginx doesn't recognize the directive the configuration line and I get a KO when trying to restart nginx until the line is removed, which I assume can only mean that the nginx build WordOPs configures does not install and configure the TCP fast open module. My Linux kernel has TCP Fast Open support, but NGINX currently does not. Could you please update the build of nginx to support it?

Hello @jazir555, it's not planned to add TCP Fast Open support in our Nginx package, it seems it has been replaced by QUIC and 0-RTT in TLS v1.3.