Skip to content

Commit

Permalink
Moved the config.ru into the app root for Passenger.
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 authored and karmi committed Nov 10, 2009
1 parent 602068a commit a740166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.ru → config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ require 'sinatra'
set :environment, :production
disable :run

require File.join(File.dirname(__FILE__), '..', 'app', 'marley')
require File.join(File.dirname(__FILE__), 'app', 'marley')
run Sinatra::Application

0 comments on commit a740166

Please sign in to comment.