Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
be more specific in description
  • Loading branch information
kraih committed Dec 12, 2014
1 parent 5f1aedd commit 3f5bbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -245,7 +245,7 @@ These options are currently available:
address => '127.0.0.1'
Local address to listen on, defaults to all.
Local address to listen on, defaults to C<0.0.0.0>.
=item backlog
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -316,7 +316,7 @@ L<Mojo::IOLoop> singleton.
=head2 listen
my $listen = $daemon->listen;
$daemon = $daemon->listen(['https://127.0.0.1:3000']);
$daemon = $daemon->listen(['https://127.0.0.1:8080']);
List of one or more locations to listen on, defaults to the value of the
C<MOJO_LISTEN> environment variable or C<http://*:3000>.
Expand Down

0 comments on commit 3f5bbfc

Please sign in to comment.