Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in cookbook
  • Loading branch information
kraih committed Sep 8, 2014
1 parent 609c8d9 commit 065e4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -238,8 +238,8 @@ C<X-Forwarded-For> and C<X-Forwarded-Proto> headers.

$ MOJO_REVERSE_PROXY=1 plackup ./script/myapp

If an older server adapter is not be able to correctly detect the application
home directory, you can simply use the C<MOJO_HOME> environment variable.
If an older server adapter is unable to correctly detect the application home
directory, you can simply use the C<MOJO_HOME> environment variable.

$ MOJO_HOME=/home/sri/myapp plackup ./script/myapp

Expand Down

0 comments on commit 065e4e3

Please sign in to comment.