Kaydet (Commit) 9a5a789d authored tarafından Naved Khan's avatar Naved Khan Kaydeden (comit) Tim Graham

Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.

üst 3aaf6cf0
......@@ -114,7 +114,7 @@ Example ini configuration file usage::
that contain non-ASCII characters, make sure uWSGI is configured to accept
non-ASCII file names by adding this to your ``uwsgi.ini``::
env = LANG='en_US.UTF-8'
env = LANG=en_US.UTF-8
See the :ref:`unicode-files` section of the Unicode reference guide for
details.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment