Skip to content

Instantly share code, notes, and snippets.

@amitittyerah
Created February 12, 2014 19:56
Show Gist options
  • Select an option

  • Save amitittyerah/8963278 to your computer and use it in GitHub Desktop.

Select an option

Save amitittyerah/8963278 to your computer and use it in GitHub Desktop.
uWSGI Start Server on Django
uwsgi --socket 127.0.0.1:8000 --master --workers 1 --harakiri 30 --daemonize /tmp/daemonize.log --pidfile /tmp/uwsgi.pid --vacuum --max-requests 100 --gid 500 --uid 500 --pythonpath /var/www/html/PROJECT --module UWSGI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment