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-2.17.0 lib/hako/templates/nginx.conf.erb
hako-2.16.0 lib/hako/templates/nginx.conf.erb
hako-2.15.1 lib/hako/templates/nginx.conf.erb
hako-2.15.0 lib/hako/templates/nginx.conf.erb
hako-2.14.0 lib/hako/templates/nginx.conf.erb
hako-2.13.0 lib/hako/templates/nginx.conf.erb
hako-2.12.0 lib/hako/templates/nginx.conf.erb
hako-2.11.1 lib/hako/templates/nginx.conf.erb
hako-2.11.0 lib/hako/templates/nginx.conf.erb
hako-2.10.0 lib/hako/templates/nginx.conf.erb
hako-2.9.2 lib/hako/templates/nginx.conf.erb
hako-2.9.1 lib/hako/templates/nginx.conf.erb
hako-2.9.0 lib/hako/templates/nginx.conf.erb
hako-2.8.0 lib/hako/templates/nginx.conf.erb
hako-2.7.0 lib/hako/templates/nginx.conf.erb
hako-2.6.2 lib/hako/templates/nginx.conf.erb
hako-2.6.1 lib/hako/templates/nginx.conf.erb
hako-2.6.0 lib/hako/templates/nginx.conf.erb
hako-2.5.1 lib/hako/templates/nginx.conf.erb
hako-2.5.0 lib/hako/templates/nginx.conf.erb