Relative Content

Tag Archive for djangonginxgunicorn

Auto-Boot Django and Gunicorn

I’m running a Django app using Gunicorn and Django. It was running, but when I rebooted the instance, Django and Gunicorn does not auto start. I made adjustments (like below), now both are not running eventhough I have restarted the services.

Nginx gives 403 Forbidden error serving files

I am a newbie to nginx and run into a problem: nginx response with 403 Forbidden when I request example.com/media/ and all files inside the media folder. I am creating web application with python using Django Rest Framework.