Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
listen value needs to be quoted
  • Loading branch information
kraih committed Sep 4, 2014
1 parent badd15d commit bc6bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1193,7 +1193,7 @@ C<Authorization> header.

This can be combined with TLS for a secure authentication mechanism.

$ ./myapp.pl daemon -l https://*:3000?cert=./server.crt&key=./server.key
$ ./myapp.pl daemon -l 'https://*:3000?cert=./server.crt&key=./server.key'

=head2 Adding a configuration file

Expand Down

0 comments on commit bc6bae5

Please sign in to comment.