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
This commit is contained in:
Denis Denisov 2019-03-21 11:55:34 +02:00 committed by GitHub
parent ca7ba30941
commit 69c9b8bc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -275,8 +275,8 @@ Reference links
* https://github.com/trimstray/nginx-quick-reference * https://github.com/trimstray/nginx-quick-reference
* https://8gwifi.org/docs/nginx-secure.jsp * https://8gwifi.org/docs/nginx-secure.jsp
* http://www.codestance.com/tutorials-archive/nginx-tuning-for-best-performance-255 * http://www.codestance.com/tutorials-archive/nginx-tuning-for-best-performance-255
* https://www.keycdn.com/support/tcp-fast-open/ * ~https://www.keycdn.com/support/tcp-fast-open/~
* https://www.masv.io/enabling-tcp-fast-open-nginx-centos-7/ * ~https://www.masv.io/enabling-tcp-fast-open-nginx-centos-7/~
* ~~https://www.52os.net/articles/nginx-anti-ddos-setting-2.html~~ * ~~https://www.52os.net/articles/nginx-anti-ddos-setting-2.html~~
* https://ospi.fi/blog/centos-7-raise-nofile-limit-for-nginx.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/ * https://www.nginx.com/blog/nginx-se-linux-changes-upgrading-rhel-6-6/