Changed description of params in comment block

This commit is contained in:
Christoph Körner 2014-08-11 10:19:41 +02:00
parent 1b7393de4f
commit a128713520
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -31,4 +31,4 @@ fastcgi_param REDIRECT_STATUS 200;
<% params.each_pair do |key, val| -%>
fastcgi_param <%= key %> <%= val %>;
<% end -%>
<% end %>
<% end %>