<div dir="ltr">I've installed and configured MapProxy as a gunicorn wsgi app on centos7 using a nginx proxy and having some performance issues,  I'm seeing some timeout in the logs and the demo page only will partially load.  If I run the mapproxy-util serve-develop the application runs fine.  I have the same basic configuration running fine on centos 6.  Are there any known issues or changes to the guncorn (v 19.6.0) configuration<div><br></div><div><br></div><div> # systemd config</div><div>[Unit]</div><div>Description= MapProxy</div><div>After=network.target</div><div><br></div><div>[Service]</div><div>User=nginx</div><div>Group=nginx</div><div>WorkingDirectory=/opt/mapproxy_conf/conf</div><div>ExecStart=/usr/bin/gunicorn -t 60 -k eventlet -w 8 -b localhost:8080 config:application</div><div><br></div><div>[Install]</div><div>WantedBy=multi-user.target</div><div><br></div><div>Thanks</div></div>