[MapProxy] issues with gunicorn

Travis Kirstine traviskirstine at gmail.com
Sun Oct 23 18:54:23 PDT 2016


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


 # systemd config
[Unit]
Description= MapProxy
After=network.target

[Service]
User=nginx
Group=nginx
WorkingDirectory=/opt/mapproxy_conf/conf
ExecStart=/usr/bin/gunicorn -t 60 -k eventlet -w 8 -b localhost:8080
config:application

[Install]
WantedBy=multi-user.target

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20161023/bbfaf599/attachment.html>


More information about the MapProxy mailing list