Skip to content

Instantly share code, notes, and snippets.

@lifeeth
Created February 11, 2012 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lifeeth/1796899 to your computer and use it in GitHub Desktop.
Save lifeeth/1796899 to your computer and use it in GitHub Desktop.
uWSGI config XML
<uwsgi>
<uid>web2py</uid>
<gid>web2py</gid>
<pythonpath>/home/web2py/</pythonpath>
<app mountpoint="/">
<script>wsgihandler</script>
</app>
<mule>run_scheduler.py</mule>
<workers>4</workers>
<pidfile>/tmp/uwsgi-prod.pid</pidfile>
<daemonize>/var/log/uwsgi/prod.log</daemonize>
<socket>127.0.0.1:59025</socket>
<master/>
</uwsgi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment