install haproxy centos 7
sudo yum install haproxy
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
defaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
frontend http_front
bind *:80
stats uri /haproxy?stats
default_backend http_back
backend http_back
balance roundrobin
server my_server private_IP:80 check
server my_server private_IP:80 check
Also in C++:
- nginx E: Sub-process /usr/bin/dpkg returned an error code (1)
- remove folders from remote git
- raspberry pi ubuntu server raspi-config
- if dir bash
- get jq command
- kali linux renew ip address
- install termius in ubuntu
- convert x-ray dicom to png
- how to change a project of changing from private to public in github?
- linux reove alias
- git show remote url
- linux see group memebers
- change brightness ubuntu 20.04
- apt see installed packages
- torshammer github
- git delete changes
- How to install nvm in react
- git remove current pull
- ubuntu remove all except
- teamcity set environment variable command line
- powershell kill all node
- create file of packages to install with yum
- failed to open stream: Permission denied in path on mac
- laravel 5.8 installation