Sha256: 5d578b97b9a9095de3b2e3d860131e2c64c90c5f8f4856d2150341d97c5020b9
Contents?: true
Size: 776 Bytes
Versions: 20
Compression:
Stored size: 776 Bytes
Contents
location <%= @location %> { <% if @location_cfg_prepend -%><% @location_cfg_prepend.sort_by {|k,v| k}.each do |key,value| -%> <%= key %> <%= value %>; <% end -%><% end -%> <% if defined? @www_root -%> root <%= @www_root %>; <% end -%> <% if @fastcgi_split_path -%> fastcgi_split_path_info <%= @fastcgi_split_path %>; <% end -%> <% if @try_files -%> try_files <% @try_files.each do |try| -%> <%= try %> <% end -%>; <% end -%> include <%= @fastcgi_params %>; fastcgi_pass <%= @fastcgi %>; <% if defined? @fastcgi_script %> fastcgi_param SCRIPT_FILENAME <%= @fastcgi_script %>; <% end -%> <% if @location_cfg_append -%><% @location_cfg_append.sort_by {|k,v| k}.each do |key,value| -%> <%= key %> <%= value %>; <% end -%><% end -%> }
Version data entries
20 entries across 20 versions & 1 rubygems