blob: 745a637e117227ee3f7e779bdc0db1408013e2cb [file] [log] [blame]
Ilya Shipitsin3e128fe2020-03-25 00:46:14 +05001global
2 log stdout local0
Ilya Shipitsin3e128fe2020-03-25 00:46:14 +05003 tune.ssl.default-dh-param 2048
Marcin Deranek310a2602021-07-13 19:04:24 +02004 tune.ssl.capture-buffer-size 1
Ilya Shipitsin3e128fe2020-03-25 00:46:14 +05005
6defaults
7 mode http
8
9 timeout connect 5s
10 timeout client 30s
11 timeout client-fin 1s
12 timeout server 30s
13 timeout server-fin 1s
14 timeout http-request 10s
15 timeout http-keep-alive 300s
16
Ilya Shipitsin3e128fe2020-03-25 00:46:14 +050017 option logasap
18 option http-buffer-request
19
20frontend h2
21 mode http
22 bind 127.0.0.1:8443 ssl crt reg-tests/ssl/common.pem alpn h2,http/1.1
23 default_backend h2
24
25backend h2
26 errorfile 200 .github/errorfile
27 http-request deny deny_status 200