Skip to content

Instantly share code, notes, and snippets.

@silpol
Forked from woodb/blog.ini
Last active August 28, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silpol/1d6f1cabe6dd050be5db to your computer and use it in GitHub Desktop.
Save silpol/1d6f1cabe6dd050be5db 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