mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(bug) Thor::InvocationError
This commit is contained in:
parent
f6a9a43767
commit
d13208210a
@ -14,7 +14,7 @@ childlogdir=/var/log/supervisor/ ; where child log files will liv
|
|||||||
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
||||||
|
|
||||||
[program:app]
|
[program:app]
|
||||||
command=bundle exec rails s puma -p 3000 -b 0.0.0.0
|
command=bundle exec rails server -u puma -p 3000 -b 0.0.0.0
|
||||||
stderr_logfile=/var/log/supervisor/app-stderr.log
|
stderr_logfile=/var/log/supervisor/app-stderr.log
|
||||||
stdout_logfile=/var/log/supervisor/app-stdout.log
|
stdout_logfile=/var/log/supervisor/app-stdout.log
|
||||||
stdout_logfile_maxbytes=50MB
|
stdout_logfile_maxbytes=50MB
|
||||||
|
Loading…
Reference in New Issue
Block a user