Skip to content

Commit

Permalink
Add missing file to asfernandes-cpp-haproxy-mongoose-firebird
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Mar 4, 2024
1 parent bda43e5 commit fa57a2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
global
maxconn 4000

defaults
mode tcp
timeout client 10s
timeout connect 5s
timeout server 10s
timeout http-request 10s

frontend frontend
mode tcp
bind *:9999
default_backend backend

backend backend
mode tcp
balance roundrobin
server api-1 127.0.0.1:9997
server api-2 127.0.0.1:9998

This file was deleted.

0 comments on commit fa57a2d

Please sign in to comment.