> On Sep 15, 2019, at 11:22 AM, Mike Orr <[email protected]> wrote: > > What if they're access-restricted to certain groups of users? I have > my public assets served by Apache (via 'ProxyPass /staic !' and 'Alias > /static /directory') but I serve private ones with 'FilerResponse'.
Nginx can authenticate requests based on an HTTP call. https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/ I’ve always ended up with FileResponse because my needs are modest and it’s good enough. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/274E2EB6-0F94-44F5-817F-A74C532152B2%40luhn.com.
