i have one nginx in front of two gunicorns that are running in two different machines. now if there is an error in the app it gets printed in the same machine as gunicorn is running. earlier i had all errors coming to nginx error log with fastcgi. how to get the same behavior with gunicorn.
this is how i run gunicorn /usr/bin/python /usr/bin/gunicorn --bind 0.0.0.0:8550 --pid /tmp/app_pid --workers 5 code:subdomain_app_wsgi -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
