We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder if there is an easy way to config fastcgi_params? I am thinking of something like
nginx::resource::location { "root": ... ensure => present, fastcgi => "127.0.0.1:9000", fastcgi_params => { 'APP_ENV' => 'local' }, }
Thanks for your help!
The text was updated successfully, but these errors were encountered:
That's not possible right now, the fastcgi_params parameter is used to set the location of a file that contains fastcgi_params.
fastcgi_params
This would be a useful enhancement though so I'm sure a PR would be appreciated.
Sorry, something went wrong.
d0f1f85
Merge pull request voxpupuli#396 from chaosmail/master
04f1bb0
Added configuration of custom fastcgi_params [fixes voxpupuli#389]
No branches or pull requests
I wonder if there is an easy way to config fastcgi_params? I am thinking of something like
Thanks for your help!
The text was updated successfully, but these errors were encountered: