Welcome! Log In Create A New Profile

Advanced

Re: Serving Dynamic js files

July 11, 2009 02:35PM
On Sat, 2009-07-11 at 08:03 +0200, Qaiser Wali wrote:
> I have a controller named javascripts and in my view i have few .js.erb
> files.
>
> on my local machine, i can include the .js as a regular script file and
> it works fine. on my production machine i am not sure how to configure
> nginx that it can recognize both the folders public/javascripts and
> apps/views/javascripts and serve javascripts from both these places.

Use two locations.

location /public/javascripts {
root /someplace/public/javascripts;
}

location /views/javascripts {
proxy_pass http://127.0.0.1; # proxy to rails
}

Then just refer to the two urls in your templates.


Cliff

--
http://www.google.com/search?q=vonage+sucks
Subject Author Posted

Serving Dynamic js files

Qaiser Wali July 11, 2009 02:03AM

Re: Serving Dynamic js files

Cliff Wells July 11, 2009 02:35PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 294
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready