Conversation

Multipath TCP

Managing an NGINX 🌐 server? While switching to a newer version to benefit from the fancy new major security fixes, don’t forget to enable MPTCP support for your clients’ benefits 😉

Simply add the multipath parameter to the listen instructions in your NGINX config files, e.g.

  listen <address|port> multipath

More details here.

#NGINX #CVE #MPTCP #Linux

0
7
6