summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNaved Khan <mail@navedkhan.me>2016-07-25 16:31:04 +0530
committerTim Graham <timograham@gmail.com>2016-07-25 07:01:20 -0400
commitec6b3cc6e95fa1646a582b4f1fb78149179adc4a (patch)
tree10cf04186c4f9ff351c9ca32dbc41cc96fd26b55 /docs
parenta4df6577df57e72858c7ebe86373f14ee30d5503 (diff)
[1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index bf869a77b8..dfb04eaf2a 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.