parent
5c0f8e6438
commit
fcf9608dc9
@ -1,4 +1,9 @@
|
||||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
run RedmineApp::Application
|
||||
|
||||
#run RedmineApp::Application
|
||||
|
||||
map ActionController::Base.config.relative_url_root || "/" do
|
||||
run RedmineApp::Application
|
||||
end
|
||||
|
Loading…
Reference in new issue