Build repository for Nginx with MPTCP extension
Fetch nginx and nginx-mptcp module (added to this repository as submodule):
git submodule update --init
Run build-nginx-mptcp.sh
Copy nginx-mptcp.service
to /etc/systemd/system/nginx-mptcp.service
Configure nginx-mptcp
Stop and disable nginx if it is running
Start nginx-mptcp
systemctl daemon-reload systemctl enable nginx-mptcp systemctl start nginx-mptcp