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:
parent
c204a02ae5
commit
21095d7d71
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue