mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.8.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
This commit is contained in:
parent
6cf35c666c
commit
7665a52161
@ -114,7 +114,7 @@ Example ini configuration file usage::
|
|||||||
that contain non-ASCII characters, make sure uWSGI is configured to accept
|
that contain non-ASCII characters, make sure uWSGI is configured to accept
|
||||||
non-ASCII file names by adding this to your ``uwsgi.ini``::
|
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
|
See the :ref:`unicode-files` section of the Unicode reference guide for
|
||||||
details.
|
details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user