I was looking at some options to optimize for nginx with a uwsgi upstream and noticed that at the end of the entry for keepalive
the docs say:
SCGI and uwsgi protocols do not have a notion of keepalive connections
but there a parameter named uwsgi_socket_keepalive
where the docs talk about keepalive timeout for the socket. I'm confused by this because afaik when using uwsgi socket, we default to using the uwsgi protocol. Does this imply this parameter (as well as other keepalive related parameters) are simply ignored when using the uwsgi protocol ?