~corey.bryant/charms/trusty/keystone/python-six

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg

  • Committer: Liam Young
  • Date: 2014-08-13 14:22:55 UTC
  • mfrom: (73.1.2 keystone)
  • Revision ID: liam.young@canonical.com-20140813142255-conhi1nncsxgnncf
[gnuoy, rs=jamespage] Sync charm-helpers from lp:charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
global
2
 
    log 127.0.0.1 local0
3
 
    log 127.0.0.1 local1 notice
 
2
    log {{ local_host }} local0
 
3
    log {{ local_host }} local1 notice
4
4
    maxconn 20000
5
5
    user haproxy
6
6
    group haproxy
17
17
    timeout client 30000
18
18
    timeout server 30000
19
19
 
20
 
listen stats :8888
 
20
listen stats {{ stat_port }}
21
21
    mode http
22
22
    stats enable
23
23
    stats hide-version