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

./manage.py Runserver With Https

./manage.py runserver 0.0.0.0:8000 I am using the line above as part of the code I borrowed from gi… Read more ./manage.py Runserver With Https

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?

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

Flask Socketio & Uwsgi Causes 'typeerror: 'socketio' Object Is Not Callable'

I'm currently building an app that uses a combination of Flask and Flask SocketIO to handle a c… Read more Flask Socketio & Uwsgi Causes 'typeerror: 'socketio' Object Is Not Callable'

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

Nginx + Uwsgi + Flask - Disabling Custom Error Pages

Is it possible to disable nginx's custom error pages - if I may call them that - to display my … Read more Nginx + Uwsgi + Flask - Disabling Custom Error Pages