aeleos / cloudflared

Cloudflare Tunnel Instructions and Template for Unraid
171 stars 21 forks source link

Trailing Slash in YAML #6

Closed ibracorp closed 3 years ago

ibracorp commented 3 years ago

On the line:

# forward all traffic to Reverse Proxy w/ SSL
ingress:
  - service: https://REVERSEPROXYIP:PORT/
    originRequest:
      originServerName: yourdomain.com

Need to remove the trailing slash at the end of ingress service like so:

  - service: https://REVERSEPROXYIP:PORT
aeleos commented 3 years ago

Thanks for the contribution, should be fixed