## Path:        Network/WWW/nginx
## Description: configuration for web-server nginx

## Type:        string
## Default:     "/etc/nginx/nginx.conf"
## Config:      nginx
#
# config file for nginx
#
# see man 8 nginx for more
#
CONF_FILE="/etc/nginx/nginx.conf"

## Type:        string
## Default:     "/srv/www"
## Config:      nginx
#
# Prefix path
#
PREFIX="/var/www"

## Type:        string
## Default:     ""
## Config:      nginx
#
# Global configuration directives
#
PARMS=""
