Skip to content

melezhik/sparrowdo-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sparrowdo module to install Nginx web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages