mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-14 08:01:07 +01:00
log and pid in CWD
This commit is contained in:
parent
434035a602
commit
5f462f815d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
user: apache
|
||||
group: apache
|
||||
pid: /var/run/ledgerrb/thin.pid
|
||||
log: /var/log/ledgerrb/thin.log
|
||||
# user: apache
|
||||
# group: apache
|
||||
pid: thin.pid
|
||||
log: thin.log
|
||||
timeout: 30
|
||||
max_conns: 1024
|
||||
port: 9292
|
||||
|
|
Loading…
Reference in a new issue