adds options
This commit is contained in:
@@ -19,10 +19,16 @@ global
|
||||
<% end -%>
|
||||
|
||||
defaults
|
||||
mode http
|
||||
mode <%= @hy_default_mode %>
|
||||
log global
|
||||
<% if @hy_use_httplog == true -%>
|
||||
option httplog
|
||||
<% end -%>
|
||||
<% if @hy_use_dontlognull == true -%>
|
||||
option dontlognull
|
||||
<% else -%>
|
||||
no option dontlognull
|
||||
<% end -%>
|
||||
option http-server-close
|
||||
option forwardfor except 127.0.0.0/8
|
||||
option redispatch
|
||||
|
||||
Reference in New Issue
Block a user