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

This is the default example configuration of 50-mod-http-echo.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-http-echo.conf

    load_module modules/ngx_http_echo_module.so;

    
  

Config Details

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

Usage

Download the raw file with wget or curl

Wget

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

cURL

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