Skip to content

Puppet module for installing and configuring the Nginx web server.

License

Notifications You must be signed in to change notification settings

counsyl/puppet-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx

This Puppet module is for installing and configuring the Nginx webserver. To install Nginx and start its service, you'd simply add the following to your manifest:

include nginx

To provide the content of the main configuration file, the nginx::config class may be used:

class { 'nginx::config':
   source => 'puppet:///modules/pyapp/nginx/nginx.conf',
}

License

Apache License, Version 2.0

Contact

Justin Bronn justin@counsyl.com

Support

Please log tickets and issues at https://github.com/counsyl/puppet-nginx

About

Puppet module for installing and configuring the Nginx web server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages