मैं पतली पुनरारंभ करने के लिए folling कमांड का उपयोग करने का प्रयास कर रहा हूं।रेल पर मेरे रूबी के लिए थिन को पुनरारंभ करते समय त्रुटि
rackup: /root/SEHabitat/config.ru
pid: /tmp/pids/thin.pid
wait: 30
timeout: 600
log: /root/SEHabitat/log/thin.log
max_conns: 1024
require: []
max_persistent_conns: 512
environment: production
servers: 3
daemonize: true
#chdir: /root/SEHabitat
socket: /tmp/thin.sock
#port: 3000
यहाँ उत्पादन है::
thin restart -c config/thin.yml
यहाँ thin.yml की सामग्री दी गई है
/usr/lib/ruby/gems/1.8/gems/thin-1.2.11/lib/thin/runner.rb:171:in `chdir': Not a directory - /root/SEHabitat/config/thin.yml (Errno::ENOTDIR)
from /usr/lib/ruby/gems/1.8/gems/thin-1.2.11/lib/thin/runner.rb:171:in `run_command'
from /usr/lib/ruby/gems/1.8/gems/thin-1.2.11/lib/thin/runner.rb:151:in `run!'
from /usr/lib/ruby/gems/1.8/gems/thin-1.2.11/bin/thin:6
from /usr/bin/thin:19:in `load'
from /usr/bin/thin:19
config/thin.yml – Gacha
की सामग्री दिखाएं मैंने पतली.मिल की सामग्री दिखाने के लिए संपादित किया है, धन्यवाद! –