mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
All (almost) files belonging to the systemvm aer now centralize in the systemvm directory. The code for the separate functions is still in the services directory. This will make the code easier to understand and makes it clear that the systemvm is a separate item. It alos means that it can be excluded from the build entirely by not adding the systemvm profile, this will speed up the compiles somewhat.
27 lines
483 B
INI
27 lines
483 B
INI
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 cloud-default 0.0.0.0:35999
|
|
option transparent
|