diff --git a/manifests/resource/location.pp b/manifests/resource/location.pp index 6f0b039..09b0675 100644 --- a/manifests/resource/location.pp +++ b/manifests/resource/location.pp @@ -65,7 +65,7 @@ # custom_cfg) # [*try_files*] - An array of file locations to try # [*option*] - Reserved for future use -# [*params*] - Set additional fastcgi_params +# [*params*] - Set additional custom fastcgi_params # [*proxy_cache*] - This directive sets name of zone for caching. # The same zone can be used in multiple places. # [*proxy_cache_valid*] - This directive sets the time for caching diff --git a/templates/vhost/fastcgi_params.erb b/templates/vhost/fastcgi_params.erb index cdf2baa..33d7a60 100644 --- a/templates/vhost/fastcgi_params.erb +++ b/templates/vhost/fastcgi_params.erb @@ -31,4 +31,4 @@ fastcgi_param REDIRECT_STATUS 200; <% params.each_pair do |key, val| -%> fastcgi_param <%= key %> <%= val %>; <% end -%> -<% end %> \ No newline at end of file +<% end %>