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