Sparrowdo::Nginx

Sparrowdo module to install Nginx web server

SYNOPSIS

Sparrowdo module to install Nginx web server.

Description

This module Makes a simple Nginx install ( default virtual host binded to 80 port ).

Install

$ panda install Sparrowdo::Nginx

Usage

$ cat sparrowfile

module_run 'Nginx';

Parameters

document_root

Nginx default virtual host document root. Optional. Default value is /usr/share/nginx/html

For example:

module_run 'Nginx', %(
  document_root => '/var/www/data'
);

Platforms supported

This is where I tested this module.

  • CentOS

  • Ubuntu

  • Debian

Author

Alexey Melezhik

See also

SparrowDo

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.