Last active
July 22, 2018 02:51
-
-
Save Kiollpt/0a9ed1fad048b69eaa128a4daef74f87 to your computer and use it in GitHub Desktop.
This file contains 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 = application:app | |
master = true | |
processes = 3 | |
chdir = YOUR_PROJECT_PATH | |
socket = YOUR_SOCK_FILE_PATH | |
chmod-socket = 777 | |
vacuum = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment