/etc/ufw/applications.d/nginx - Debian GNU/Linux 10 (buster)

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

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
Debian GNU/Linux 10 (buster)
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/debian10/etc/ufw/applications.d/nginx

cURL

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