Correct 'uswgi' to 'uwsgi'

Change-Id: I22026e5640a626f45b7508b60f492dbdb30631af
This commit is contained in:
Jeremy Liu
2017-07-12 10:09:48 +08:00
parent 254116305c
commit 2f7df51cfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ function write_uwsgi_config {
# mod_proxy_uwsgi because the chunked encoding gets dropped. See:
# https://github.com/unbit/uwsgi/issues/1540 You can workaround this on python2
# but that involves having apache buffer the request before sending it to
# uswgi.
# uwsgi.
function write_local_uwsgi_http_config {
local file=$1
local wsgi=$2