I'm setting up CloudFront (CF) using third party hosting as the origin.
What I want is to have the CF servers act as my own hosting, meaning I don't want to fetch files from the likes of cdn.domain.com, but from my main domain at domain.com.
How do I set this up?
Do I need upload my files on origin.domain.com, for instance, and then put the main domain as the "alternate domain" (CNAME) in CF?