Browse Source

these AddDefaultCharset directives are unnecessary and considered harmful

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
3a1d1385ca
  1. 2
      etc/apache2/dedicated_vhost.conf
  2. 4
      etc/apache2/shared_vhost.conf

2
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)

4
etc/apache2/shared_vhost.conf

@ -16,10 +16,6 @@
# -----------8<--------- cut here
<Location "/mumble-django">
AddDefaultCharset UTF-8
</Location>
Alias /mumble-django/static/ /srv/mumble-django/htdocs/
# for Debian squeeze(unstable)

Loading…
Cancel
Save