NGINX Stream Core
15 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
pass
The 'pass' directive defines where to route client requests within the NGINX…
stream server
preread_buffer_size
Sets the size of the buffer for reading initial data in stream modules.
streamstream server
preread_timeout
Sets the timeout for the prereading phase of a stream connection.
streamstream server
proxy_download_rate
The `proxy_download_rate` directive controls the rate of data transfer for…
streamstream server
proxy_downstream_buffer
The proxy_downstream_buffer directive controls the buffering of data received…
streamstream server
proxy_half_close
The `proxy_half_close` directive controls whether NGINX closes the upstream…
streamstream server
proxy_protocol_timeout
Sets the timeout for receiving a PROXY protocol header in the NGINX Stream…
streamstream server
proxy_requests
The proxy_requests directive controls whether NGINX can process incoming proxy…
streamstream server
proxy_responses
The proxy_responses directive controls the number of responses the NGINX…
streamstream server
proxy_ssl
The proxy_ssl directive in NGINX Stream Core enables SSL proxying for upstream…
streamstream server
proxy_upload_rate
The proxy_upload_rate directive controls the maximum upload rate for proxied…
streamstream server
proxy_upstream_buffer
Sets the upstream buffer size for TCP and UDP connections in the NGINX stream…
streamstream server
ssl_alpn
The `ssl_alpn` directive specifies the Application-Layer Protocol Negotiation…
streamstream server
ssl_handshake_timeout
The ssl_handshake_timeout directive sets the maximum time allowed for an SSL…
streamstream server
ssl_preread
Enables SSL/TLS handshake parsing for TCP streams in NGINX.
streamstream server