Advertisement
Guest User

asdfsghj

a guest
Nov 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.07 KB | None | 0 0
  1. [build]
  2. slug = "strlnauth/api"
  3. tags = "dev"
  4.  
  5. [[pools]]
  6. name = "test-lb.strlnauth"
  7. image = "quadra/http-lb"
  8. tag = "stage"
  9. ip_type = "public"
  10. logging_type = "logentries"
  11. instances = 1
  12.  
  13.   [pools.environment]
  14.   BACKEND_POOL = "dev-api.strlnauth"
  15.   #BACKEND_PORT = 443
  16.   #SSL_PORT = 443
  17.   #ENABLE_BACKEND_SSL = 1
  18.   #BACKEND_SSL_CERT_NAME = "api.strlnauth-dev.qq.opendns.com"
  19.   STREAM_PORTS = "443"
  20.   #VINZ_CERT_ID = "${SECRET_VINZ_REQ_ID}"
  21.   #SECRET_VINZ_DEPLOY_KEY = "${SECRET_VINZ_DEPLOY_KEY}"
  22.   PROXY_BUFFERS = "4 16K" # need to have empty buffers after 16K (proxy_buffer_size) is being used
  23.   PROXY_BUFFER_SIZE = "16K" # this increases the response header sizes to support large tokens
  24.  
  25.     [pools.healthcheck]
  26.     protocol="https"
  27.     path="/healthcheck"
  28.     port=443
  29.     timeout=2
  30.     rise=1
  31.     fall=3
  32.  
  33.   [[pools.firewall.in]]
  34.   firewall = "ssltraffic.strlnauth"
  35.   mode = "allow"
  36.  
  37. [[dns]]
  38. zone = "qq.opendns.com"
  39. project = "strlnauth"
  40.  
  41. [[dns.records]]
  42. name = "api.strlnauth-test"
  43. type = "CNAME"
  44. targets = ["test-lb.strlnauth.qq.p1.usw1.opendns.com"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement