Performance tuning
Global · server
boolean
proxy_nodelay
Disable Nagle's algorithm on upstream (origin) sockets.
- Config key
proxy_nodelay- Scope
- Global · server
- Type
- boolean
- Default
true
The same as nodelay but for the connections from the proxy to your origins. Keeps upstream round-trips snappy for small requests.
proxy_nodelay = true