uwsgi

<uwsgi>
  <socket>127.0.0.1:9000</socket>
  <master/>
  <chdir>/imp/frontend</chdir>
  <pythonpath>..</pythonpath>
  <processes>8</processes>
  <module>django_uwsgi</module>
  <daemonize>/var/log/frontend.log</daemonize>
</uwsgi>

编程技巧