/etc/default/nginx - Ubuntu 14.04 LTS (Trusty Tahr)

This is the default example configuration of nginx provided by nginx. This config file was generated by nginx running on Ubuntu 14.04.

It is located under: /etc/default/nginx

    # Note: You may want to look at the following page before setting the ULIMIT.
#  http://wiki.nginx.org/CoreModule#worker_rlimit_nofile
# Set the ulimit variable if you need defaults to change.
#  Example: ULIMIT="-n 4096"
#ULIMIT="-n 4096"

    
  

Config Details

Location
/etc/default/nginx
Operating system
Ubuntu 14.04 LTS (Trusty Tahr)
Length
5 lines
MD5 checksum
18a8a9d155770b17e9d31d9b0e4bcf50

Usage

Download the raw file with wget or curl

Wget

wget -O nginx.example http://exampleconfig.com/static/raw/nginx/ubuntu14.04/etc/default/nginx

cURL

curl http://exampleconfig.com/static/raw/nginx/ubuntu14.04/etc/default/nginx > nginx.example