Skip to content

Instantly share code, notes, and snippets.

@jimrybarski
Last active December 22, 2015 18: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 jimrybarski/6513012 to your computer and use it in GitHub Desktop.
Save jimrybarski/6513012 to your computer and use it in GitHub Desktop.
uWSGI configuration
[uwsgi]
plugins=python33
socket=/var/uwsgi/uwsgi.myapp.socket
pythonpath=/srv/www/myapp
uid = www-data
gid = www-data
chmod-socket = 777
chown-socket = www-data:www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment