Browse Source

add ozon's uWSGI xml config

Natenom/support-murmur-13-1446181288462
Michael Ziegler 13 years ago
parent
commit
f32c13fc34
  1. 1
      AUTHORS
  2. 11
      mumble-django-uwsgi.xml

1
AUTHORS

@ -19,3 +19,4 @@ Others who have contributed to the application:
* Thorvald "slicer" Natvig (helped a million with the Debian packaging)
* Philipp "nethead" Wollermann (base path autodetection)
* Nico Wollenzin (gave Mumble Commander its name)
* Harry "nodefab" Gabriel (uWSGI configs, Cherokee packaging)

11
mumble-django-uwsgi.xml

@ -0,0 +1,11 @@
<!--
XML snippet to be used with uWSGI.
Rename or copy mumble-django.wsgi to mumble-django_wsgi.py to allow it
to be imported properly, and be sure to set the <pythonpath /> variable
to the directory where Mumble-Django is installed.
-->
<uwsgi>
<socket>127.0.0.1:3031</socket>
<pythonpath>/srv/mumble-django</pythonpath>
<module>mumble-django_wsgi</module>
</uwsgi>
Loading…
Cancel
Save