Skip to content

Instantly share code, notes, and snippets.

View cryptojuice's full-sized avatar

Nick Robinson cryptojuice

  • Intuit
  • New York, NY
View GitHub Profile

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

Flask + uWSGI + nginx Primer

I've been having trouble with serving a Flask app via uWSGI and nginx, so I thought I'd put together some of the basics to help out others.

How this shit works

  • Flask is managed by uWSGI.
  • uWSGI talks to nginx.