nginx 50-mod-stream.conf configuration example for Debian GNU/Linux 9 (stretch)

Get the default configuration file 50-mod-stream.conf for nginx, optimized for Debian GNU/Linux 9 (stretch). This example configuration ensures optimal compatibility and performance for nginx, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/nginx/modules-enabled/50-mod-stream.conf.

For more configurations and setup guides, visit our related files section to further customize your system.

    load_module modules/ngx_stream_module.so;

    
  

Config Details

Location
/etc/nginx/modules-enabled/50-mod-stream.conf
Operating system
Debian GNU/Linux 9 (stretch)
Length
1 lines
MD5 checksum
031c8ac05a4c512e8685a3211202f32e

Usage

Download the raw file with wget or curl

Wget

wget -O 50-mod-stream.conf.example https://exampleconfig.com/static/raw/nginx/debian9/etc/nginx/modules-enabled/50-mod-stream.conf

cURL

curl https://exampleconfig.com/static/raw/nginx/debian9/etc/nginx/modules-enabled/50-mod-stream.conf > 50-mod-stream.conf.example