Skip to content

Instantly share code, notes, and snippets.

@nix1947
Created February 7, 2017 09:59
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 nix1947/b117b871c2634d1bf00fc950e4a969cd to your computer and use it in GitHub Desktop.
Save nix1947/b117b871c2634d1bf00fc950e4a969cd to your computer and use it in GitHub Desktop.
supervisor configuration for django
[program:example]
command=/webapps/example.com/gunicorn_start.sh
user=webapps
stdout_logfile=/webapps/example.com/logs/gunicorn_supervisor.log
redirect_stderr=true
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment