Serving rails applicaiton from server root

How can I set up my rails application to be served from the root of my
server. Currently I have to enter http://www.mysite.com/site to load
the application. It would like it to load from http://mysite.com/.

My rails application is in a directory named “myapp” and the server
serves files from “public_html”

Thanks in advance.

Matt