On Tue, Mar 8, 2016 at 3:45 PM, Richard Reina <gatorreina@gmail.com> wrote:
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?

Stop the Dancer application and try to load the static files directly.

Gabor