Skip to content

Instantly share code, notes, and snippets.

@Chairo
Created July 16, 2012 01:07
Show Gist options
  • Save Chairo/3119577 to your computer and use it in GitHub Desktop.
Save Chairo/3119577 to your computer and use it in GitHub Desktop.
uwsgi.xml
<uwsgi>
<socket>127.0.0.1:9090</socket>
<master/>
<workers>1</workers>
<vhost/>
<callable>app</callable>
<max-requests>10000</max-requests>
<harakiri>30</harakiri>
<memory-report/>
<logdate/>
<limit-as>128</limit-as>
<daemonize>/home/wwwlogs/uwsgi.log</daemonize>
<pidfile>/var/run/uwsgi.pid</pidfile>
</uwsgi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment