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.
2 parents f458714 + ef180d1 commit 8a949a0Copy full SHA for 8a949a0
templates/conf.d/nginx.conf.erb
@@ -56,9 +56,9 @@ events {
56
57
http {
58
<% if @http_raw_prepend && Array(@http_raw_prepend).size > 0 -%>
59
- <%- Array(@http_raw_prepend).each do |line| -%>
60
- <%= line %>
61
- <%- end -%>
+ <%- Array(@http_raw_prepend).each do |line| -%>
+ <%= line %>
+ <%- end -%>
62
<% end -%>
63
64
<% if @http_cfg_prepend -%>
@@ -316,9 +316,9 @@ http {
316
317
318
<% if @http_raw_append && Array(@http_raw_append).size > 0 -%>
319
- <%- Array(@http_raw_append).each do |line| -%>
320
321
+ <%- Array(@http_raw_append).each do |line| -%>
322
323
324
include <%= @conf_dir %>/conf.d/*.conf;
0 commit comments