diff --git a/etc/apache2/dedicated_vhost.conf b/etc/apache2/dedicated_vhost.conf index 42c5998..0f85fa7 100644 --- a/etc/apache2/dedicated_vhost.conf +++ b/etc/apache2/dedicated_vhost.conf @@ -7,8 +7,6 @@ ServerName example.com ServerAlias www.example.com - AddDefaultCharset UTF-8 - Alias /static/ /srv/mumble-django/htdocs/ # for Debian squeeze(unstable) diff --git a/etc/apache2/shared_vhost.conf b/etc/apache2/shared_vhost.conf index 85b8a2e..388d1d2 100644 --- a/etc/apache2/shared_vhost.conf +++ b/etc/apache2/shared_vhost.conf @@ -16,10 +16,6 @@ # -----------8<--------- cut here - - AddDefaultCharset UTF-8 - - Alias /mumble-django/static/ /srv/mumble-django/htdocs/ # for Debian squeeze(unstable)