netmanagers / puppet-nginx

[UNMAINTAINED] Puppet Nginx module
http://www.example42.com
Other
37 stars 60 forks source link

added parameters to enable fastcgi and creates www_root #33

Closed tiengo closed 11 years ago

tiengo commented 11 years ago

Added parameter to create www_root directory and set permissions, disabled as default. Fastcgi template can be used to enable php file processing.

tiengo commented 11 years ago

user/group set to root as default, using nginx::config_file_owner and config_file_group, just like in apache::virtual host.

alvagante commented 11 years ago

Note that I've had to merge this PR with an updated master. Please verify if everything is working as expected Notifying also @javierbertoli and @pafei for reference.