mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			482 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			482 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 httpclose
 | |
| 	timeout connect      5000
 | |
| 	timeout client      50000
 | |
| 	timeout server      50000
 | |
| 
 | |
| 
 | |
| listen cloud-default
 | |
| 	bind 0.0.0.0:35999
 | |
| 	option transparent
 |