Projekt

Obecné

Profil

Stáhnout (359 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
defaults
2
   mode http
3
   timeout client  5s
4
   timeout connect 5s
5
   timeout server  5s
6
7
frontend all 0.0.0.0:3000
8
   mode http
9
   timeout client 120s
10
11
   option forwardfor
12
   option http-server-close
13
   option http-pretend-keepalive
14
15
   default_backend sockets
16
17
backend sockets
18
   balance uri depth 2
19
   timeout server  120s
20
   server socket1 127.0.0.1:7000