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

This commit is contained in:
Naved Khan 2016-07-25 16:31:04 +05:30 committed by Tim Graham
parent 3aaf6cf0f3
commit 9a5a789da2
1 changed files with 1 additions and 1 deletions

View File

@ -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.