arudesalad@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 11 months agoWhat's the point of a reverse proxy and does cloudflare give all the benefits of one?message-squaremessage-square18fedilinkarrow-up189arrow-down16
arrow-up183arrow-down1message-squareWhat's the point of a reverse proxy and does cloudflare give all the benefits of one?arudesalad@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 11 months agomessage-square18fedilink
minus-squarearudesalad@sh.itjust.worksOPlinkfedilinkEnglisharrow-up2·11 months agoAlso, could a reverse proxy be used to give cloudflare’s services to a port they don’t support?
minus-squareDarkassassin07@lemmy.calinkfedilinkEnglisharrow-up8·edit-211 months agoYes, 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.
Also, could a reverse proxy be used to give cloudflare’s services to a port they don’t support?
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.