/etc/ufw/applications.d/nginx - Ubuntu 16.04 LTS (Xenial Xerus)

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

It is located under: /etc/ufw/applications.d/nginx

    [Nginx HTTP]
title=Web Server (Nginx, HTTP)
description=Small, but very powerful and efficient web server
ports=80/tcp

[Nginx HTTPS]
title=Web Server (Nginx, HTTPS)
description=Small, but very powerful and efficient web server
ports=443/tcp

[Nginx Full]
title=Web Server (Nginx, HTTP + HTTPS)
description=Small, but very powerful and efficient web server
ports=80,443/tcp

    
  

Config Details

Location
/etc/ufw/applications.d/nginx
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
14 lines
MD5 checksum
3e24def79cf627acc2ab1b1bdfbc645c

Usage

Download the raw file with wget or curl

Wget

wget -O nginx.example http://exampleconfig.com/static/raw/nginx/ubuntu16.04/etc/ufw/applications.d/nginx

cURL

curl http://exampleconfig.com/static/raw/nginx/ubuntu16.04/etc/ufw/applications.d/nginx > nginx.example