I have a Cherrypy application on a proxy port developed to manage video resources and provide an RSS feed. It is used to upload videos to AWS S3 and store info on AWS RDS. This is an application that has been moved from Webfaction recently where it worked for more than one year without issues.
The application is logging errors (in the site logs) I can't seem to track down. The errors do not seem to be logged on all pages, but only a few - the RSS feed being one of them. They are though consistent.
This is the error:
[error] 31781#31781: *8133 connect() failed (111: Connection refused) while connecting to upstream
As far as I can tell and after a decent amount of searches it looks like it has something to do with how Nginx is set up, but can't figure it out. Does anyone have any idea how to approach this? Or even if I can do it on my own?
Thanks!
Gelu