/etc/nginx/modules-enabled/50-mod-stream.conf - Debian GNU/Linux 10 (buster)

This is the default example configuration of 50-mod-stream.conf provided by nginx. This config file was generated by nginx running on Debian 10.

It is located under: /etc/nginx/modules-enabled/50-mod-stream.conf

    load_module modules/ngx_stream_module.so;

    
  

Config Details

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

Usage

Download the raw file with wget or curl

Wget

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

cURL

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