Skip to content

Instantly share code, notes, and snippets.

@dongkwan-kim
Created February 25, 2017 11:21
Show Gist options
  • Save dongkwan-kim/a9c2744cea20293d232bbad01131112f to your computer and use it in GitHub Desktop.
Save dongkwan-kim/a9c2744cea20293d232bbad01131112f to your computer and use it in GitHub Desktop.
my_uwsgi.ini with ubuntu, django
[uwsgi]
chdir = /home/ubuntu/(.*)
module = (.*).wsgi
home = /home/ubuntu/env
master = true
processes = 10
socket = /home/ubuntu/(.*)/(.*).sock
vaccum = true
chmod-socket = 666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment