Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tmp フォルダーに restart.txt を作成しましたが、サイトにいくつかの変更をアップロードしても何も変わらないので、restart.txt を手動で実行するにはどうすればよいですか? または自動的に開始する必要がありますか?
あなたはそれを実行するのではなく、あなたがそれに触れます。
cd /path/to/your/app && touch tmp/restart.txt
これは、ワーカーを再起動するように Passenger に通知する方法です。ただし、共有ホスティング環境についてはわかりません(そこで機能するかどうか)。