Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nginx

Embed An Interactive Bokeh In Django Views

I want to make interactive plot in django views (or model ?). Let's say I want to use selection… Read more Embed An Interactive Bokeh In Django Views

Zeromq + Django & Uwsgi Issues

Using django, we need to send a message to another, separate python program. Zeromq seems to be lig… Read more Zeromq + Django & Uwsgi Issues

Nginx Flask Aws 502 Bad Gateway

My server is running great yesterday but now it returned a 502 error, how could this happen? In my … Read more Nginx Flask Aws 502 Bad Gateway

Django: 400 Error With Debug=false And Allowed_hosts=["*"]

I'm trying to run a relatively simple Django server on Python 3.5.3 on an Ubuntu DigitalOcean d… Read more Django: 400 Error With Debug=false And Allowed_hosts=["*"]

Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File

We are trying to set up NGINX as a reverse proxy to our Gunicorn Python application. We have been f… Read more Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File

Setup Multiple Django Gunicorn Instances With Nginx

Got one django site running with gunicorn & nginx need to setup another site also with the same… Read more Setup Multiple Django Gunicorn Instances With Nginx