adds options

This commit is contained in:
Arne Teuke
2018-12-19 16:07:59 +01:00
parent b1bd401033
commit 677ad69148
3 changed files with 19 additions and 1 deletions

View File

@@ -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