Sha256: fa5ed22b7e58f5760df30e55a5bc279761a6b922faeac3de0f4ab40e5eccb604

Contents?: true

Size: 258 Bytes

Versions: 114

Compression:

Stored size: 258 Bytes

Contents

server {
  listen 80;

  <%- if client_max_body_size -%>
  client_max_body_size <%= client_max_body_size %>;
  <%- end -%>

  <%- locations.each do |path, location| -%>
  location <%= path %> {
<%= render_location(listen_spec, location) %>
  }
<%- end -%>
}

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
hako-0.22.0 lib/hako/templates/nginx.conf.erb
hako-0.21.1 lib/hako/templates/nginx.conf.erb
hako-0.21.0 lib/hako/templates/nginx.conf.erb
hako-0.20.3 lib/hako/templates/nginx.conf.erb
hako-0.20.2 lib/hako/templates/nginx.conf.erb
hako-0.20.1 lib/hako/templates/nginx.conf.erb
hako-0.20.0 lib/hako/templates/nginx.conf.erb
hako-0.19.0 lib/hako/templates/nginx.conf.erb
hako-0.18.1 lib/hako/templates/nginx.conf.erb
hako-0.18.0 lib/hako/templates/nginx.conf.erb
hako-0.17.2 lib/hako/templates/nginx.conf.erb
hako-0.17.1 lib/hako/templates/nginx.conf.erb
hako-0.17.0 lib/hako/templates/nginx.conf.erb
hako-0.16.0 lib/hako/templates/nginx.conf.erb
hako-0.15.3 lib/hako/templates/nginx.conf.erb
hako-0.15.2 lib/hako/templates/nginx.conf.erb
hako-0.15.1 lib/hako/templates/nginx.conf.erb
hako-0.15.0 lib/hako/templates/nginx.conf.erb
hako-0.14.1 lib/hako/templates/nginx.conf.erb
hako-0.14.0 lib/hako/templates/nginx.conf.erb