Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
/ puppet-nginx Public archive

Puppet code for deploying and configuring Ngxinx on Debian-like servers. Uses the nginx.org apt-repository.

Notifications You must be signed in to change notification settings

sbilo/puppet-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbilo-nginx

This module configures an Nginx installation. Allows for configuring servers and locations. For terminology check the nginx.org website.

Configure a server

Basic configuration of a server. Make sure you don't use slashes in the names of locations.

nginx::server { $::fqdn:
	listen	=> '80 default_server',
}

nginx::server::location { 'default':
	server   => $::fqdn,
	location => '/',
	root	 => '/home/myawesomewebsite',
}

About

Puppet code for deploying and configuring Ngxinx on Debian-like servers. Uses the nginx.org apt-repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published