Navigation Menu

Skip to content

Commit

Permalink
mention uWSGI instead of SCGI
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 13, 2013
1 parent 1fd66c3 commit 2963891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

3.96 2013-04-13
- Improved default descriptions in Test::Mojo.
- Improved documentation.

3.95 2013-04-12
- Added finished_ok method to Test::Mojo.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -195,7 +195,7 @@ simple to deploy with L<Plack>.
HTTP::Server::PSGI: Accepting connections at http://0:5000/

L<Plack> provides many server and protocol adapters for you to choose from,
such as C<FCGI>, C<SCGI> and C<mod_perl>.
such as C<FCGI>, C<uWSGI> and C<mod_perl>.

$ plackup ./script/myapp -s FCGI -l /tmp/myapp.sock

Expand Down

0 comments on commit 2963891

Please sign in to comment.