No description
files | ||
lib | ||
manifests | ||
spec | ||
templates | ||
tests | ||
.gitignore | ||
ChangeLog | ||
LICENSE | ||
Modulefile | ||
README |
nginx This is the nginx module. User Stories: * Must be able to be used on a major linux system - Ubuntu (LTS/Current) [DONE] - Debian (stable) [DONE] - CentOS [DONE] - RHEL [CANNOT TEST] - Fedora [DONE] - SLES - Solaris (optional goal) * Must be able to install NGINX - must have an option to perform a base install [DONE] - must have an option to install a PHP/MySQL Stack - must have an option to install a Perl/MySQL stack * Must be able to create a new vhost - vhost must be able to be ssl enabled [DONE] - vhost must be able to point to N proxies - vhost must be able to create a rewrite rule * errors detected: fails on ipv6 if ipv6 is not enabled on the host. Need some error check.