浏览代码

Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.

Naved Khan 8 年之前
父节点
当前提交
9a5a789da2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/howto/deployment/wsgi/uwsgi.txt

+ 1 - 1
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.