diff options
| author | Naved Khan <mail@navedkhan.me> | 2016-07-25 16:31:04 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-25 07:01:04 -0400 |
| commit | 9a5a789da2b53a9c19ea47130507ce26839eb008 (patch) | |
| tree | 341832bafef4f0a1e57a00ba5e83ed24d4a9f3f4 /docs/howto/deployment | |
| parent | 3aaf6cf0f3288986c4ce56defea26420f8a48534 (diff) | |
Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Diffstat (limited to 'docs/howto/deployment')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 |
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. |
