Просмотр исходного кода

Formatting of haproxy.cfg

pull/254/head
sudneo 6 лет назад
Родитель
Сommit
7f0b52e9e1
1 измененных файлов: 7 добавлений и 7 удалений
  1. +7
    -7
      examples/haproxy/haproxy.cfg

+ 7
- 7
examples/haproxy/haproxy.cfg Просмотреть файл

@@ -19,13 +19,13 @@ global
defaults defaults
log global log global
mode http 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 400 /etc/haproxy/errors/400.http
errorfile 403 /etc/haproxy/errors/403.http errorfile 403 /etc/haproxy/errors/403.http
errorfile 408 /etc/haproxy/errors/408.http errorfile 408 /etc/haproxy/errors/408.http


Загрузка…
Отмена
Сохранить