NGINX ๐ 1.29.7 mainline version introduces support for Multipath TCP ๐ ๐
This comes a bit after two NGINXโs forks โ freenginx and Angie โ with a different approach, but still with the same way to enable it: simply by adding the multipath parameter to the listen instruction, e.g.
listen <address|port> multipath
More details here.
If you are a sysadmin, feel free to enable MPTCP support on NGINX and any other server side services: no impact on โplainโ TCP connections because โplainโ TCP requests will trigger the creation of a โplainโ TCP socket on the server side when being accepted. MPTCP will only be used when requested by the clients, which are usually the ones benefiting from using MPTCP ๐.
More details here.