Skip to content

Instantly share code, notes, and snippets.

@woodb
Created July 8, 2012 16:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save woodb/3071739 to your computer and use it in GitHub Desktop.
Save woodb/3071739 to your computer and use it in GitHub Desktop.
uWSGI configuration for simple blog
[uwsgi]
# Variables
base = /var/www/blog
app = simple
# Generic Config
plugins = http,python
home = %(base)/venv
pythonpath = %(base)
socket = /var/www/run/%n.sock
module = %(app)
callable = app
logto = /var/log/uwsgi/%n.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment