Skip to content

puppetlabs-operations/puppet-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet-nginx

A puppet module to manage the nginx webserver.

vHosting

vHost Redirects

For redirecting traffic using a vHost, consider the following.

nginx::vhost::redirect { 'newprojects_to_projects':
  servername => 'newprojects.puppetlabs.com',
  port       => 80,
  dest       => 'https://projects.puppetlabs.com/',
}

This will receive requests destined to 'newprojects.puppetlabs.com' and redirect them to 'https://projects.puppetlabs.com/'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages