# Test configuration for disable_pristine_host_hdr functionality
# Routes cookie bucket traffic to canary server with pristine host header disabled

op:
  cookie: SessionID
  operation: bucket
  bucket: 30/100
  sendto: http://canary.com:$CANARY_PORT/app/test
  disable_pristine_host_hdr: true
  else: http://stable.com:$STABLE_PORT/app/test

