forked from jvaubourg/puppetlabs-nginxpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModulefile
22 lines (22 loc) · 959 Bytes
/
Modulefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'jvaubourg-nginxpack'
version '0.0.3'
dependency 'puppetlabs/stdlib', '>= 3.0.0'
license 'AGPL'
project_page 'http://forge.puppetlabs.com/jvaubourg/nginxpack'
source 'https://github.com/jvaubourg/puppetlabs-nginxpack'
summary 'Nginx & PHP5 (opt.), vhosts, proxies, redirections, IPv6, SSL, etc.'
author 'Julien Vaubourg <http://julien.vaubourg.com>'
description "
* Install and configure Nginx
* Optionally: install and configure PHP5-FastCGI
* Optionally: install PHP-MySQL connector and/or others PHP5 modules
* Basic vhosts
* Proxy vhosts
* 301 Redirection vhosts
* SSL support
* Full IPv6 compliant (and still IPv4...)
* Automatic blackhole for non-existent domains
* Several options (upload limits with Nginx/PHP, timezone, logrotate,
default SSL certificate, htpasswd, XSS injection protection, etc.)
* Custom configuration option for non-supported features
* WARNING: Only with Debian-like!"