mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Merge ff9a442bfbfa2511afe4ce841160ad3c31657955 into 7b0f8b58607fb0ed338f0cfddeb80c629582d8f6
This commit is contained in:
commit
9545bc522a
@ -317,6 +317,13 @@ Then, in your config, simply include:
|
|||||||
|
|
||||||
The configuration assumes uwsgi is started with ``uwsgi uwsgi.ini``
|
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 <20> 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:
|
.. _config-acl-header:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user