[Pkg-voip-commits] r7283 - /mumble-django/trunk/debian/apache2.conf

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed May 27 17:39:48 UTC 2009


Author: svedrin-guest
Date: Wed May 27 17:39:48 2009
New Revision: 7283

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7283
Log:
fixed admin media path in apache config

Modified:
    mumble-django/trunk/debian/apache2.conf

Modified: mumble-django/trunk/debian/apache2.conf
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/apache2.conf?rev=7283&op=diff
==============================================================================
--- mumble-django/trunk/debian/apache2.conf (original)
+++ mumble-django/trunk/debian/apache2.conf Wed May 27 17:39:48 2009
@@ -1,8 +1,8 @@
 Listen 8002
 <VirtualHost *:8002>
 	Alias			/static/	/usr/share/mumble-django/htdocs/
-	Alias			/media/		/usr/share/python-support/python-django/django/contrib/admin/media/
-
+	Alias			/media/		/usr/share/pyshared/django/contrib/admin/media/
+	
 	WSGIScriptAlias         /		/usr/share/mumble-django/mumble-django.wsgi
 	WSGIDaemonProcess       mumble-django threads=25
 	WSGIProcessGroup        mumble-django




More information about the Pkg-voip-commits mailing list