Skip to content

Commit

Permalink
replace host with remote in POD
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Mar 23, 2010
1 parent e375c69 commit 00fc3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/Proxy/RewriteLocation.pm
Expand Up @@ -40,7 +40,7 @@ Plack::Middleware::Proxy::RewriteLocation - Rewrites redirect headers
builder {
enable "Proxy::RewriteLocation";
Plack::App::Proxy->new(host => "http://10.0.1.2:8080/")->to_app;
Plack::App::Proxy->new(remote => "http://10.0.1.2:8080/")->to_app;
};
=head1 DESCRIPTION
Expand Down

0 comments on commit 00fc3df

Please sign in to comment.