Skip to content

Instantly share code, notes, and snippets.

@Kiollpt
Last active July 22, 2018 02:51
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 Kiollpt/0a9ed1fad048b69eaa128a4daef74f87 to your computer and use it in GitHub Desktop.
Save Kiollpt/0a9ed1fad048b69eaa128a4daef74f87 to your computer and use it in GitHub Desktop.
[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