Hello @Jake_Ruth
I have been trying to setup reverse proxy setup through cloudfront
I want to access both my webflow and wordpress sites through single domain, Let’s say www.domain.com
I want www.domain.com/blog to be connected to my wordpress site
and www.domain.com to be connected to webflow site
www.webflowdomain.com → Which is already hosted in webflow
www.wordpressdomain.com → which is hosted on wordpress
I followed below article and configured through cloudflare workers, it is working fine in this case
However when I am trying to configure the same behavior through cloudfront origins and behaviors I am getting 502 bad gateway errors
Could you please help me how to set it up?
In cloudfront, I have added 2 origins and corresponding behaviours
www.webflowdomain.com → * Default pattern
www.wordpressdomain.com → /blog/*
I am having different thoughts here
1.How come cloudflare setup is working fine while cloudfront is not working?
2.Do we need to setup any certificates to get this worked? or any other steps I am missing here
Thank you