How to configure multiple tunnels on the config.yml file?

I tried it this way but is not working:
C:\Users\RUAN\.cloudflared\config.yml
tunnel: 7f33eee0-...
credentials-file: C:\Users\RUAN\.cloudflared\7f33eee0-...json

ingress:
  - hostname: zzz.com
    service: http://localhost:8090
  - service: http_status:404
origin-ca-pool: C:\Users\RUAN\.cloudflared\cert.pem

tunnel: 8fe9e2ed-...
credentials-file: C:\Users\RUAN\.cloudflared\8fe9e2ed-....json
ingress:
  - hostname: zzz.com
    service: http://localhost:8090
  - service: http_status:404
origin-ca-pool: C:\Users\RUAN\.cloudflared\cert.pem
Was this page helpful?