Skip to content

Instantly share code, notes, and snippets.

@EarthmanT
Created February 12, 2015 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EarthmanT/26ab497d81eaeb9046ca to your computer and use it in GitHub Desktop.
Save EarthmanT/26ab497d81eaeb9046ca to your computer and use it in GitHub Desktop.
http_in
http_in:
type: haproxy.nodes.Proxy
properties:
default_backend: servers
global_maxconn: 256
mode: http
port: 80
timeout_connect: 5000
timeout_client: 50000
timeout_server: 50000
relationships:
- target: haproxy_frontend_host
type: cloudify.relationships.contained_in
- target: nodejs_host
type: haproxy_connected_to_vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment