From 56967e50e9ad8653619d96c90ed4c08a87379ad1 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Mon, 2 Nov 2015 00:23:36 -0200 Subject: [PATCH] allow server to handle static files --- spb_copr_status.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spb_copr_status.psgi b/spb_copr_status.psgi index e7de542..53166dd 100644 --- a/spb_copr_status.psgi +++ b/spb_copr_status.psgi @@ -99,6 +99,6 @@ my $app = sub { }; builder { - enable "Static", path => qr!^(/css|/js)!; + enable "Static", path => qr!^(/css|/js)!, pass_through => 1; $app; } -- libgit2 0.21.2