How to proxy a cloudflare hosted pages app to show on my subdomain which is managed by nginx?
I have a cloudflare pages app, let's call it
dashboard.pages.dev
. I am using nginx as my reverse proxy. Let's say my main server where nginx is running and managing requests is accessible on the domain example.com
. I want to access my pages app on a subdomain of example.com
. How do i do that?
I am using the following configuration for the pages app like so:1 Reply
What am i doing wrong here that I am unable to access my app.
I am getting the "ORIGIN DNS ERROR" page as the result