Skip to content

Commit

Permalink
Merge pull request #2018 from jplindquist/proxyiobuffer
Browse files Browse the repository at this point in the history
Fix template conditional
  • Loading branch information
sheenaajay authored Apr 14, 2020
2 parents 1e99c8e + 0e74db4 commit 420605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/proxy.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<%- if @proxy_timeout -%>
ProxyTimeout <%= @proxy_timeout %>
<%- end -%>
<%- if @proxyiobuffersize -%>
<%- if @proxy_iobuffersize -%>
ProxyIOBufferSize <%= @proxy_iobuffersize %>
<%- end -%>
</IfModule>

0 comments on commit 420605f

Please sign in to comment.