Ilya Shipitsin | 3e128fe | 2020-03-25 00:46:14 +0500 | [diff] [blame] | 1 | global |
| 2 | log stdout local0 |
| 3 | nbthread 4 |
| 4 | tune.ssl.default-dh-param 2048 |
| 5 | tune.ssl.capture-cipherlist-size 1 |
| 6 | |
| 7 | defaults |
| 8 | mode http |
| 9 | |
| 10 | timeout connect 5s |
| 11 | timeout client 30s |
| 12 | timeout client-fin 1s |
| 13 | timeout server 30s |
| 14 | timeout server-fin 1s |
| 15 | timeout http-request 10s |
| 16 | timeout http-keep-alive 300s |
| 17 | |
| 18 | option httplog |
| 19 | option http-use-htx |
| 20 | option logasap |
| 21 | option http-buffer-request |
| 22 | |
| 23 | frontend h2 |
| 24 | mode http |
| 25 | bind 127.0.0.1:8443 ssl crt reg-tests/ssl/common.pem alpn h2,http/1.1 |
| 26 | default_backend h2 |
| 27 | |
| 28 | backend h2 |
| 29 | errorfile 200 .github/errorfile |
| 30 | http-request deny deny_status 200 |