I have an application that uses dynamic javascripts using an idea shown on this page.
http://railscasts.com/episodes/88-dynamic-select-menus
these dynamic javascripts have a controller with the name javascripts and the actual js files are under the views in the apps folder.
how can i configure nginx to be able recognize these as well as the js files located in the public/javascripts folder?