diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index b66e9067..683f1427 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -307,6 +307,13 @@ Then, in your config, simply include: The configuration assumes uwsgi is started with ``uwsgi uwsgi.ini`` +Note, the default httpd.conf may include the directive ``AddDefaultCharset UTF-8``. +This may cause the � replacement character to appear for some characters when replaying archived HTML content that specifies an alternative charset in the META tags. +To allow the charset specified by the archived content to prevail, comment out the directive: + +.. code:: apache + + # AddDefaultCharset UTF-8 .. _config-acl-header: