puppet-modules
puppet-modules copied to clipboard
[nginx] fastcgi.conf does not exist in ubuntu
I'm not sure which would be better. To make nginx module maintain fastcgi file, or let os version be defined in nginx::params
In Ubuntu its "fastcgi_params"
Actually, fastcgi_params and fastcgi.conf are slightly different, the latter includes this additional line which is useful (at least for PHP) :
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
I can have the module include and manage the fastcgi.conf file.