minor refactoring
This commit is contained in:
parent
c7235378d1
commit
1ad2f0cfd7
9 changed files with 4 additions and 44 deletions
5
eg/dev.localhost.localdomain.fcgi
Executable file
5
eg/dev.localhost.localdomain.fcgi
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
use Plack::Server::FCGI;
|
||||
|
||||
my $app = Plack::Util::load_psgi("/data/WebGUI/etc/dev.localhost.localdomain.psgi");
|
||||
Plack::Server::FCGI->new->run($app);
|
||||
Loading…
Add table
Add a link
Reference in a new issue