minor refactoring
This commit is contained in:
parent
c7235378d1
commit
1ad2f0cfd7
9 changed files with 4 additions and 44 deletions
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/perl
|
||||
use Plack::Server::CGI;
|
||||
|
||||
my $app = Plack::Util::load_psgi("/data/WebGUI/etc/dev.localhost.localdomain.psgi");
|
||||
Plack::Server::CGI->new->run($app);
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/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);
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
LOAD PSGI
|
||||
CREATE SERVICE psgi
|
||||
SET role = web_server
|
||||
SET listen = 127.0.0.1:80
|
||||
SET plugins = psgi
|
||||
PSGI_APP = dev.localhost.localdomain.psgi
|
||||
ENABLE psgi
|
||||
Loading…
Add table
Add a link
Reference in a new issue