• @[email protected]OP
    link
    fedilink
    English
    211 months ago

    Also, could a reverse proxy be used to give cloudflare’s services to a port they don’t support?

    • @[email protected]
      link
      fedilink
      English
      9
      edit-2
      11 months ago

      Yes, typically the proxy will listen on 443/80 and all the services it proxies to just use their defaults.

      For example: emby.example.tld, port 443 > cloudflare, port 443 > your reverse proxy, port 443 > emby, port 8096

      All the client sees is emby.example.tld on port 443 and the resulting web application, everything in between is transparent.