Last active
June 7, 2018 01:12
-
-
Save hmm01i/139395e18cb88c9a349892519fa1246a to your computer and use it in GitHub Desktop.
i believe this is for nginx
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] | |
module = wsgi | |
master = true | |
processes = 5 | |
socket = mysite.sock | |
chmod-socket = 660 | |
vacuum = true | |
die-on-term = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment