Skip to content

Commit

Permalink
Update app.psgi
Browse files Browse the repository at this point in the history
  • Loading branch information
vividsnow committed Apr 17, 2013
1 parent 7eb5b4d commit c4e6b88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plack/app.psgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# starman --workers N app.psgi
# plackup -s Starman --workers N -E deployment app.psgi
# -or-
# plackup -s Twiggy::Prefork --max_workers N -E deployment app.psgi
use v5.16;
use Plack::Builder;
use Plack::Request;
Expand Down

0 comments on commit c4e6b88

Please sign in to comment.