On Mon, 2012-02-06 at 09:29 -0800, Jonathan Vanasco wrote: > Sorry, i think I was unclear: > > If i do either of those methods, which i do now, requests are still > going through the WSGI server.
The example I gave is not. See http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/assets.html#serving-static-assets paragraph starting with "Instead of representing a URL prefix,...." > - I want to bypass that completely, by making the actual files of the > referenced deform library directly accessible to the frontend server > ( which would be nginx or varnish ). > - I don't want pyramid to ever handle these files > - I want to ensure that the files are 'up to date' ( ie, not have to > continually copy the deform static files ) Use a symlink and the above. - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
