use Rack::Static, :urls => [“/”], :root => “./”
run lambda { |env| $stderr.puts(“404 #{env}”); [404, {}, []] }