Skip to content

Commit

Permalink
a few more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 19, 2014
1 parent 61b7847 commit 398f499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.71 2014-12-19
5.71 2014-12-20
- Updated jQuery to version 2.1.3.

5.70 2014-12-18
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Command/daemon.pm
Expand Up @@ -37,6 +37,7 @@ Mojolicious::Command::daemon - Daemon command
Usage: APPLICATION daemon [OPTIONS]
./myapp.pl daemon
./myapp.pl daemon -m production -l http://*:8080
./myapp.pl daemon -l http://127.0.0.1:8080 -l https://[::]:8081
./myapp.pl daemon -l 'https://*:443?cert=./server.crt&key=./server.key'
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Command/prefork.pm
Expand Up @@ -48,6 +48,7 @@ Mojolicious::Command::prefork - Prefork command
Usage: APPLICATION prefork [OPTIONS]
./myapp.pl prefork
./myapp.pl prefork -m production -l http://*:8080
./myapp.pl prefork -l http://127.0.0.1:8080 -l https://[::]:8081
./myapp.pl prefork -l 'https://*:443?cert=./server.crt&key=./server.key'
Expand Down

0 comments on commit 398f499

Please sign in to comment.