Skip to content

Commit

Permalink
docker: clarify MPTCP support in lighttpd
Browse files Browse the repository at this point in the history
This is not a standalone config directive, but a feature flag.

Also, it has been introduced in version v1.4.76, not the next one.

Reported-by: Glenn Strauss @gstrauss
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed Jun 7, 2024
1 parent fb0c2a9 commit 22c24f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ RUN chmod +x /flask_app/app.*

EXPOSE 80 443

# mptcpize will not be needed with lighttpd > 1.4.76 and the option "server.network-mptcp"
CMD ["mptcpize", "run", "/usr/sbin/lighttpd", "-D", "-f", "/lighttpd.conf"]
# mptcpize will not be needed with lighttpd >= 1.4.76 and the network-mptcp
# feature flag: server.feature-flags = ( "server.network-mptcp" => "enable" )
CMD ["mptcpize", "run", "/usr/sbin/lighttpd", "-D", "-f", "/lighttpd.conf"]

0 comments on commit 22c24f9

Please sign in to comment.