File Manager

Path: /opt/cpanel/ea-ruby27/src/passenger-release-6.1.5/dev/rack.test/

Viewing File: config.ru

app = lambda do |env|
  [ 200, { "Content-Type" => "text/plain" }, [ "ok\n" ] ]
end

run app