hi all,<br>we made some changes to nginx in order to support tcp mss which is already supported by haproxy. you can see the attached patch for details. it is a patch against version 0.8.54.<br><br>the configuration is very easy.<br>
server {<br>    listen 80 mss=1440;<br>}<br><br>