Skip to content

Commit

Permalink
fixed typo in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 7, 2013
1 parent c071eb2 commit c07b634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -129,7 +129,7 @@ timers.

=head2 Nginx

One of the most popular setups these days is Hypnotoad behind a Nginx reverse
One of the most popular setups these days is Hypnotoad behind an Nginx reverse
proxy, which even supports WebSockets in newer versions.

upstream myapp {
Expand All @@ -153,7 +153,7 @@ proxy, which even supports WebSockets in newer versions.
=head2 Apache/mod_proxy

Another good reverse proxy is Apache with C<mod_proxy>, the configuration
looks very similar to the Nginx one above.
looks quite similar to the Nginx one above.

<VirtualHost *:80>
ServerName localhost
Expand Down

0 comments on commit c07b634

Please sign in to comment.