Browse Source

update apache2 confs to include an alias for the mumble app's media

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
c95eb914b1
  1. 1
      etc/apache2/dedicated_vhost.conf
  2. 1
      etc/apache2/shared_vhost.conf

1
etc/apache2/dedicated_vhost.conf

@ -9,6 +9,7 @@
ServerAlias www.example.com
Alias /static/ /srv/mumble-django/htdocs/
Alias /mumble/media/ /srv/mumble-django/pyweb/mumble/media/
# for Debian squeeze(unstable)
Alias /media/ /usr/share/pyshared/django/contrib/admin/media/

1
etc/apache2/shared_vhost.conf

@ -18,6 +18,7 @@
# -----------8<--------- cut here
Alias /mumble-django/static/ /srv/mumble-django/htdocs/
Alias /mumble-django/mumble/media/ /srv/mumble-django/pyweb/mumble/media/
# for Debian squeeze(unstable)
Alias /mumble-django/media/ /usr/share/pyshared/django/contrib/admin/media/

Loading…
Cancel
Save