Skip to content

Instantly share code, notes, and snippets.

@kgaughan
Last active August 29, 2015 14:08
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 kgaughan/b7d64be13b06c7edf5b3 to your computer and use it in GitHub Desktop.
Save kgaughan/b7d64be13b06c7edf5b3 to your computer and use it in GitHub Desktop.
Example standalone uWSGI config.
[uwsgi]
virtualenv = /path/to/my/virtualenv
chdir = /path/to/my/app
master = true
threads = 5
; Use a free port.
socket = localhost:6000
env = LC_ALL=en_IE.UTF-8
env = LANG=en_IE.UTF-8
module = mysite.wsgi:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment