[Seaside] Static serving of jQuery and related files - reg.

Pat Maddox pat.maddox at gmail.com
Mon May 25 01:26:53 UTC 2009


Hi,

http://pastie.org/488614 is an apache vhost config I have.  The basic
idea is that you put your static resources in some dir and set the
webserver to serve out of there, and then use your server's mod_proxy
to check each request path and serve the file if one's there or proxy
it to seaside if there's no file there.  I haven't done it with
seaside/nginx but you can google for rails/nginx setups because they
work the same way.

Pat

On Sun, May 24, 2009 at 2:47 AM, muthu kutti <muthu.kc at gmail.com> wrote:
> Hi All!
>
> I would like to move jQuery and related files out of the image have them
> served directly by Nginx. How do I go about doing that?
>
> Thanks in advance.
>
> Muthu
>
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list