<div dir="ltr"><div>I use waitress for wsgi behind an nginx reverse proxy and it works just fine, but performance is not an issue for us so I've never tested it against others. <br></div><div><br></div><div>We use mapproxy to cache airphotos and hillshades used in our county webmaps.<br></div><div><br></div><div>Initially I chose waitress because it will run on Windows. I was going to try to put it in a Windows docker but every time I install Docker on our Windows server it wants to curl up in a little ball so I run it on Debian.</div><div><br></div><div>Our full rollout uses 4 docker containers. 1 reverse proxy, 2 manages Let's Encrypt certificates, 3 MapProxy, and 4 CouchDB (the tile store for mapproxy). I could split them off onto separate machines but as I said, there is no performance problem so there is no need.<br></div><div><br></div><div>Brian</div><div><br></div></div>