Skip to content

Commit

Permalink
no need to link to the module
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 26, 2013
1 parent 65ece54 commit 84188c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -140,10 +140,10 @@ C<X-Forwarded-For> and C<X-Forwarded-HTTPS> headers.

=head2 Zero downtime software upgrades

L<Mojo::Server::Hypnotoad> makes zero downtime software upgrades
(hot deployment) very simple, as you can see above, but on modern operating
systems that support the C<SO_REUSEPORT> socket option, there is also another
method available that works with all built-in web servers.
Hypnotoad makes zero downtime software upgrades (hot deployment) very simple,
as you can see above, but on modern operating systems that support the
C<SO_REUSEPORT> socket option, there is also another method available that
works with all built-in web servers.

$ ./script/myapp prefork -P /tmp/first.pid -l http://*:8080?reuse=1
Server available at http://127.0.0.1:8080.
Expand Down

0 comments on commit 84188c0

Please sign in to comment.