Skip to content

Instantly share code, notes, and snippets.

@yosemitebandit
Created September 29, 2011 02:19
Show Gist options
  • Save yosemitebandit/1249833 to your computer and use it in GitHub Desktop.
Save yosemitebandit/1249833 to your computer and use it in GitHub Desktop.
gunicorn target
from werkzeug.contrib.fixers import ProxyFix
from flask_app import *
app.wsgi_app = ProxyFix(app.wsgi_app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment