Created
February 25, 2017 11:21
-
-
Save dongkwan-kim/a9c2744cea20293d232bbad01131112f to your computer and use it in GitHub Desktop.
my_uwsgi.ini with ubuntu, django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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