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-1.5.2 lib/hako/templates/nginx.conf.erb
hako-1.5.1 lib/hako/templates/nginx.conf.erb
hako-1.5.0 lib/hako/templates/nginx.conf.erb
hako-1.4.0 lib/hako/templates/nginx.conf.erb
hako-1.3.3 lib/hako/templates/nginx.conf.erb
hako-1.3.2 lib/hako/templates/nginx.conf.erb
hako-1.3.1 lib/hako/templates/nginx.conf.erb
hako-1.3.0 lib/hako/templates/nginx.conf.erb
hako-1.2.1 lib/hako/templates/nginx.conf.erb
hako-1.2.0 lib/hako/templates/nginx.conf.erb
hako-1.1.0 lib/hako/templates/nginx.conf.erb
hako-1.0.1 lib/hako/templates/nginx.conf.erb
hako-1.0.0 lib/hako/templates/nginx.conf.erb
hako-0.27.0 lib/hako/templates/nginx.conf.erb
hako-0.26.0 lib/hako/templates/nginx.conf.erb
hako-0.25.2 lib/hako/templates/nginx.conf.erb
hako-0.25.1 lib/hako/templates/nginx.conf.erb
hako-0.25.0 lib/hako/templates/nginx.conf.erb
hako-0.24.0 lib/hako/templates/nginx.conf.erb
hako-0.23.0 lib/hako/templates/nginx.conf.erb