node.js - Nginx proxy_pass_header -
i'm trying proxy_pass_header connection; node.js server. response header getting overwritten connection : keep-alive when explicitly changed connection : close.
what i'm doing wrong?
that because have nginx in front , respond based on own settings. should use below directive in nginx conf if don't want keep connection alive
keepalive_timeout 0;
Comments
Post a Comment