Sunday, September 2, 2012

Re: Django ImageField causes 503

One other thing I forgot to mention is that we're hosting on Amazon EC2 using Nginx.

Zee

On Sunday, September 2, 2012 3:46:27 PM UTC-4, Zeeshan Syed wrote:
Hi there,

In the models of one of our apps I'm including an ImageField for several of the fields for some of the models. The images we upload are being stored using AWS S3 Storage. On a local machine, the site works fine and the images are uploading. However on our sandbox server, when I try and run the app using Gunicorn, I'm thrown a 503 error. The error log says the following:

[error] 19585#0: *839 connect() failed (111: Connection refused) while connecting to upstream, client: 10.12.13.245, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:11830/", host: "10.212.135.17:81

I'm sure this is simple thing that I'm overlooking. This issue is delaying two very big launches, so any help is much appreciated.

Thanks,

Zee

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/DF9Hh0Ggqn8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment