Logging fallback
This commit is contained in:
parent
42c1a8e149
commit
7ef963e74f
5 changed files with 33 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
use Plack::Server::FCGI;
|
||||
|
||||
my $app = Plack::Util::load_psgi("/data/WebGUI/etc/dev.localhost.localdomain.psgi");
|
||||
my $app = Plack::Util::load_psgi("../app.psgi");
|
||||
Plack::Server::FCGI->new->run($app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue