Skip to content

Commit

Permalink
verbose synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 25, 2010
1 parent 3b8ebe9 commit 0c765f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/Plack/Middleware/LighttpdScriptNameFix.pm
Expand Up @@ -23,7 +23,16 @@ Plack::Middleware::LighttpdScriptNameFix - fixes wrong SCRIPT_NAME and PATH_INFO
=head1 SYNOPSIS
enable "LighttpdScriptNameFix";
# in your app.psgi
use Plack::Builder;
builder {
enable "LighttpdScriptNameFix";
$app;
};
# Or from the command line
plackup -s FCGI -e 'enable "LighttpdScriptNameFix"' /path/to/app.psgi
=head1 DESCRIPTION
Expand Down

0 comments on commit 0c765f9

Please sign in to comment.