1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

fix typo in README.md

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
This commit is contained in:
indi 2014-11-15 12:20:45 +01:00
parent c204a02ae5
commit 21095d7d71

View file

@ -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: