puppet-modules icon indicating copy to clipboard operation
puppet-modules copied to clipboard

[nginx] fastcgi.conf does not exist in ubuntu

Open halkeye opened this issue 12 years ago • 1 comments

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"

halkeye avatar Mar 09 '13 19:03 halkeye

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.

thias avatar Mar 11 '13 10:03 thias