3
use Rack::Static, :urls => ['/stylesheets', '/images'], :root => 'public'
run proc { |env| [200, { 'Content-Type' => 'text/html', 'Cache-Control' => 'public, max-age=86400' }, File.open('public/index.html')] }
當我機架化時,我得到一個叫做Rack :: File:Class的私有方法`open'。真的看不到問題在哪裏。運行機架1.1。請幫助...嘗試提供靜態文件時機架出現錯誤