My asp.net mvc site includes folders for JS and CSS files.
What is the proper way to configure cloudfront to cache these files? Should my origin server name just point to
myapp.com
or
myapp.com/scripts
and
myapp.com/css
I only want to cache the static files, not the whole site of course.