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

How To Use Gunicorn With Swagger_server On Flask

I'm trying to start the swagger server using gunicorn on ec2 instance by using the following co… Read more How To Use Gunicorn With Swagger_server On Flask

Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

Lets say I have two conceptually different REST APIs developed in Python through a framework like F… Read more Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

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

Serve A Bottle Application From Gunicorn On Heroku?

Procfile web: python server.py server.py from os import environ from bottle import app, route, run… Read more Serve A Bottle Application From Gunicorn On Heroku?

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

Using Gunicorn With Ubuntu:latest Docker Image

I'm trying to setup a Gunicorn server inside an Ubuntu:latest Docker image. When launching on D… Read more Using Gunicorn With Ubuntu:latest Docker Image