add bench docker

This commit is contained in:
Jun Kurihara 2022-06-28 00:58:05 -04:00
commit 7172f932ca
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
8 changed files with 78 additions and 8 deletions

17
bench/rpxy.toml Normal file
View file

@ -0,0 +1,17 @@
listen_port = 8080
listen_port_tls = 8443
listen_ipv6 = false
max_concurrent_streams = 128
max_clients = 512
[apps]
[apps.localhost]
server_name = 'localhost'
reverse_proxy = [
# default destination if path is not specified
# Array for load balancing
{ upstream = [{ location = '192.168.100.100', tls = false }] },
]