diff --git a/tools/systemvm/debian/config/etc/haproxy/haproxy.cfg b/tools/systemvm/debian/config/etc/haproxy/haproxy.cfg new file mode 100644 index 00000000000..1a34373de68 --- /dev/null +++ b/tools/systemvm/debian/config/etc/haproxy/haproxy.cfg @@ -0,0 +1,26 @@ +global + log 127.0.0.1:3914 local0 info + chroot /var/lib/haproxy + user haproxy + group haproxy + daemon + +defaults + log global + mode tcp + option dontlognull + retries 3 + option redispatch + option forwardfor + stats enable + stats uri /admin?stats + stats realm Haproxy\ Statistics + stats auth admin1:AdMiN123 + option forceclose + timeout connect 5000 + timeout client 50000 + timeout server 50000 + + +listen 0.0.0.0:9 + option transparent diff --git a/tools/systemvm/debian/config/var/lib/misc/dnsmasq.leases b/tools/systemvm/debian/config/var/lib/misc/dnsmasq.leases new file mode 100644 index 00000000000..e69de29bb2d