This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app.psgi b/app.psgi | |
index d2ba7ef..23b090d 100644 | |
--- a/app.psgi | |
+++ b/app.psgi | |
@@ -10,9 +10,14 @@ my $root_dir = File::Basename::dirname(__FILE__); | |
my $app = HRForecast::Web->psgi($root_dir); | |
builder { | |
enable 'ReverseProxy'; | |
- enable 'Static', | |
- path => qr!^/(?:(?:css|js|images)/|favicon\.ico$)!, |