Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
in the README path to log file was pointing to /path/to/app/config/log/puma.log instead of /path/to/app/log/puma.log
  • Loading branch information
1334 committed Nov 15, 2014
1 parent c204a02 commit 21095d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jungle/init.d/README.md
Expand Up @@ -26,7 +26,7 @@ Puma apps are held in /etc/puma.conf by default. It's mainly a CSV file and ever

You can add an instance by editing the file or running the following command:

sudo /etc/init.d/puma add /path/to/app user /path/to/app/config/puma.rb /path/to/app/config/log/puma.log
sudo /etc/init.d/puma add /path/to/app user /path/to/app/config/puma.rb /path/to/app/log/puma.log

The config and log paths are optional parameters and default to:

Expand Down

0 comments on commit 21095d7

Please sign in to comment.