From 7665a52161512a963e35fb314d830b59e94bc21d Mon Sep 17 00:00:00 2001 From: Naved Khan Date: Mon, 25 Jul 2016 16:31:04 +0530 Subject: [PATCH] =?UTF-8?q?[1.8.x]=20Fixed=20#26941=20--=20Corrected=20uws?= =?UTF-8?q?gi=20"env=20=3D=20LANG=3D=E2=80=A6"=20configuration=20in=20docs?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master --- docs/howto/deployment/wsgi/uwsgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 932d16817b..f0a8f10e7a 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -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.