Skip to content

wagnersza/puppet-module-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

under construction

Install Nginx

Simple standalone instance:

Creating one instance Nginx, listening on port 8080:

  nginx {"myapp":}

Possible parameters:

- upstream_type [proxy|fastcgi|none]
- upstream_url  [host:port]

Example to create a proxy upstream:

  nginx {"myapp":
    upstream_type  => "proxy",
    upstream_url   => "http://localhost:8090",
  }

Author

Wagner Souza <[email protected]>
https://github.com/wagnersza

About

Puppet module Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages