Sha256: d0f5bcf5d8eb2fb0a4b1c486c841c6d22191ac913011776e1fc029dfc9f0a70e

Contents?: true

Size: 558 Bytes

Versions: 20

Compression:

Stored size: 558 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 @proxy_cache -%>
    proxy_cache         <%= @proxy_cache %>;
    proxy_cache_valid   <%= @proxy_cache_valid %>;
<% end -%>
    proxy_pass          <%= @proxy %>;
    proxy_read_timeout  <%= @proxy_read_timeout %>;
<% 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

Version Path
freighthop-0.6.1 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.6.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.5.2 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.5.1 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.5.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.4.1 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.4.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.3.3 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.3.2 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.3.1 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.3.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.2.1 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.2.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.1.0 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.6 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.5 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.4 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.3 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.2 modules/nginx/templates/vhost/vhost_location_proxy.erb
freighthop-0.0.1 modules/nginx/templates/vhost/vhost_location_proxy.erb