From 69c9b8bc313d599f49d01fb7518b4bc0682deef0 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Thu, 21 Mar 2019 11:55:34 +0200 Subject: [PATCH] Disable TFO (TCP Fast Open) Ref: https://bugs.chromium.org/p/chromium/issues/detail?id=635080 And here's the Firefox bug where it was set to disabled by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1398201 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 934cec4..1f61723 100644 --- a/README.md +++ b/README.md @@ -275,8 +275,8 @@ Reference links * https://github.com/trimstray/nginx-quick-reference * https://8gwifi.org/docs/nginx-secure.jsp * http://www.codestance.com/tutorials-archive/nginx-tuning-for-best-performance-255 -* https://www.keycdn.com/support/tcp-fast-open/ - * https://www.masv.io/enabling-tcp-fast-open-nginx-centos-7/ +* ~https://www.keycdn.com/support/tcp-fast-open/~ + * ~https://www.masv.io/enabling-tcp-fast-open-nginx-centos-7/~ * ~~https://www.52os.net/articles/nginx-anti-ddos-setting-2.html~~ * https://ospi.fi/blog/centos-7-raise-nofile-limit-for-nginx.html * https://www.nginx.com/blog/nginx-se-linux-changes-upgrading-rhel-6-6/