summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi
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:04 -0400
commit9a5a789da2b53a9c19ea47130507ce26839eb008 (patch)
tree341832bafef4f0a1e57a00ba5e83ed24d4a9f3f4 /docs/howto/deployment/wsgi
parent3aaf6cf0f3288986c4ce56defea26420f8a48534 (diff)
Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Diffstat (limited to 'docs/howto/deployment/wsgi')
-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.