Commit 56967e50e9ad8653619d96c90ed4c08a87379ad1

Authored by Athos
1 parent cd6b0c60

allow server to handle static files

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spb_copr_status.psgi
@@ -99,6 +99,6 @@ my $app = sub { @@ -99,6 +99,6 @@ my $app = sub {
99 }; 99 };
100 100
101 builder { 101 builder {
102 - enable "Static", path => qr!^(/css|/js)!; 102 + enable "Static", path => qr!^(/css|/js)!, pass_through => 1;
103 $app; 103 $app;
104 } 104 }