Explorar el Código

Formatting of haproxy.cfg

pull/254/head
sudneo hace 6 años
padre
commit
7f0b52e9e1
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. +7
    -7
      examples/haproxy/haproxy.cfg

+ 7
- 7
examples/haproxy/haproxy.cfg Ver fichero

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


Cargando…
Cancelar
Guardar