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:25 -0400 |
| commit | 3ee1751a9907eeb1680e89a1e390717b28308231 (patch) | |
| tree | 185edf95260cc7e0826b13a324473d36a84e9501 /docs/howto/deployment | |
| parent | bdeec1d2aeb74d52cae8e1f9a334eefb5199f07e (diff) | |
[1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
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. |
