mirror of
https://github.com/clearlinux/official-images.git
synced 2026-09-06 05:31:45 +00:00
14 lines
244 B
INI
14 lines
244 B
INI
defaults
|
|
mode tcp
|
|
timeout connect 5000ms
|
|
timeout client 50000ms
|
|
timeout server 50000ms
|
|
frontend http-in
|
|
bind *:80
|
|
default_backend example
|
|
frontend https-in
|
|
bind *:443
|
|
default_backend example
|
|
backend example
|
|
server example0 example.com
|