Add sub-uri
This commit is contained in:
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
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
# config.log_level = :debug
|
||||
# ...
|
||||
#
|
||||
|
||||
#config.relative_url_root = '/socialforge'
|
||||
|
|
Loading…
Reference in New Issue