Created
February 12, 2014 19:56
-
-
Save amitittyerah/8963278 to your computer and use it in GitHub Desktop.
uWSGI Start Server on Django
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 --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