You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, what's the recommended way to enable keepalive connections.
I'm supposed to add something like keepalive 100;
in the upstream directive, and proxy_http_version 1.1; proxy_set_header Connection "";
in that of location correct?
But since the confs are generated, I can't seem to figure out a way to add these without breaking anything.