Created
February 11, 2012 06:04
-
-
Save lifeeth/1796899 to your computer and use it in GitHub Desktop.
uWSGI config XML
This file contains 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> | |
<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