Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
381 B

  1. <!--
  2. XML snippet to be used with uWSGI.
  3. Rename or copy mumble-django.wsgi to mumble-django_wsgi.py to allow it
  4. to be imported properly, and be sure to set the <pythonpath /> variable
  5. to the directory where Mumble-Django is installed.
  6. -->
  7. <uwsgi>
  8. <socket>127.0.0.1:3031</socket>
  9. <pythonpath>/srv/mumble-django</pythonpath>
  10. <module>mumble-django_wsgi</module>
  11. </uwsgi>