Skip to content

Setting up the server

Nishan Subedi edited this page May 22, 2015 · 7 revisions

uwsgi

  • nishan@ImaginedBox ~ $ uwsgi --http :9090 --wsgi-file uwsgi.py --chdir /home/kaha/kahadata/ --callable app --process 4 --threads 2 --stats /tmp/stats.socket --daemonize /var/log/uwsgi.log -H /home/kaha/kahadata/pyenv

Clone this wiki locally