We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d6b62 commit ef180d1Copy full SHA for ef180d1
templates/conf.d/nginx.conf.erb
@@ -55,9 +55,9 @@ events {
55
56
http {
57
<% if @http_raw_prepend && Array(@http_raw_prepend).size > 0 -%>
58
- <%- Array(@http_raw_prepend).each do |line| -%>
59
- <%= line %>
60
- <%- end -%>
+ <%- Array(@http_raw_prepend).each do |line| -%>
+ <%= line %>
+ <%- end -%>
61
<% end -%>
62
63
<% if @http_cfg_prepend -%>
@@ -315,9 +315,9 @@ http {
315
316
317
<% if @http_raw_append && Array(@http_raw_append).size > 0 -%>
318
- <%- Array(@http_raw_append).each do |line| -%>
319
320
+ <%- Array(@http_raw_append).each do |line| -%>
321
322
323
include <%= @conf_dir %>/conf.d/*.conf;
0 commit comments