Quellcode durchsuchen

Formatting of haproxy.cfg

pull/254/head
sudneo vor 7 Jahren
Ursprung
Commit
06e8056173
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. +5
    -5
      examples/haproxy/haproxy.cfg

+ 5
- 5
examples/haproxy/haproxy.cfg Datei anzeigen

@@ -17,12 +17,12 @@ global
ssl-default-bind-options no-sslv3

defaults
log global
mode http
option httplog
option dontlognull
log global
mode http
option httplog
option dontlognull
option forwardfor
option redispatch
option redispatch
timeout connect 5000
timeout client 50000
timeout server 50000


Laden…
Abbrechen
Speichern