Open virusdefender opened 8 years ago
http11-socket does not work this way. It is like http-socket but with persistent support (so you need to pass it a socket). Combining the http router wth http11-socket is not supported (it is meant to be placed behind nginx that supports http/1.1 upstreams), unless you set te http router in 'dumb' mode (it basically became a tcp proxy).
Thanks!
Now i get the reason why http11-socket
do not work.
I'll trying to get http-keepalive
to work.
error output
uwsgi.ini
But if you replace
http11-socket = true
byuwsgi can start well, but
keep-alive
seems not workinguwsgi is started by supervisor, config file is
server.sh
if you start uwsgi with root user and
http11-socket = true
, uwsgi will send empty response