Skip to content

Instantly share code, notes, and snippets.

@fdelbos
Created February 15, 2012 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdelbos/1836971 to your computer and use it in GitHub Desktop.
Save fdelbos/1836971 to your computer and use it in GitHub Desktop.
uWsgi xml config file
<uwsgi>
<socket>127.0.0.1:3031</socket>
<pythonpath>..</pythonpath>
<chdir>/usr/home/fred/www/lecomptoir/</chdir>
<module>django_wsgi</module>
</uwsgi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment