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

Add Headers In A Flask App With Unicode_literals

Adding headers with unicode_literals enabled seems to fail with Nginx, uWSGI and a simple Flask app… Read more Add Headers In A Flask App With Unicode_literals

Gunicorn Failed To Load Flask Application

I have a Flask app I am trying to serve via Gunicorn. I am using virtualenv and python3. If I activ… Read more Gunicorn Failed To Load Flask Application

How Can I Edit The Nginx Configuration On Google App Engine Flexible Environment?

How can I edit the Google App Engine NGINX configuration? There doesn't seem to be much support… Read more How Can I Edit The Nginx Configuration On Google App Engine Flexible Environment?

How Can I Configure Celery To Run On Startup Of Nginx?

I have celery running locally by just running celery -A proj -l info (although I don't even kno… Read more How Can I Configure Celery To Run On Startup Of 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

Can't Use Nginx As Websocket Proxy

Here is my nginx config server { listen 80; server_name _; location / { proxy_… Read more Can't Use Nginx As Websocket Proxy

Django+nginx+uwsgi = 504 Gateway Time-out

I am running Ubuntu 10.04, Django 1.3, Nginx 0.8.54 and uWSGI 0.9.7. Both Nginx and uWSGI load with… Read more Django+nginx+uwsgi = 504 Gateway Time-out

Django Using Nginx To Serve Static Content

I am trying to configure nginx to serve the static content for my django project on a remote VPS. I… Read more Django Using Nginx To Serve Static Content