8 Mar
2016
8 Mar
'16
2:41 p.m.
Quoting Richard Reina <gatorreina@gmail.com>:
I have the following nginx configuration that I believe -- or at least hope -- serves up my static files, like images ad videos, directly without invoking my dancer app. Can anyone tells me if this is the case or not, or how I can test to see if they are indeed being served directly by NGINX?
Before you go too far down this route, have you considered using Plack::Middleware::Static instead? https://metacpan.org/pod/Plack::Middleware::Static Dave...