浏览代码

Formatting of haproxy.cfg

pull/254/head
sudneo 7 年前
父节点
当前提交
7f0b52e9e1
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. +7
    -7
      examples/haproxy/haproxy.cfg

+ 7
- 7
examples/haproxy/haproxy.cfg 查看文件

@@ -19,13 +19,13 @@ global
defaults
log global
mode http
option httplog
option dontlognull
option forwardfor
option redispatch
timeout connect 5000
timeout client 50000
timeout server 50000
option httplog
option dontlognull
option forwardfor
option redispatch
timeout connect 5000
timeout client 50000
timeout server 50000
errorfile 400 /etc/haproxy/errors/400.http
errorfile 403 /etc/haproxy/errors/403.http
errorfile 408 /etc/haproxy/errors/408.http


正在加载...
取消
保存