Compare commits

..

No commits in common. "c19e5024dc137e71ae7bbd1feecdfe25a9a9b990" and "e793387caba84b4bdaf7fe1696fcdca6dbafcc24" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.8.4
HAPROXY_VERSION=2.8.0
HAPROXY_URL=https://www.haproxy.org/download/2.8/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=3.2.0
OPENSSL_VERSION=3.1.1
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl

View File

@ -1,6 +1,6 @@
global
log 127.0.0.1:514 local0
log 127.0.0.1:514 local1 notice
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy_admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s