mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
make Tracks run on subdir again
This commit is contained in:
parent
2757c88c0b
commit
863d780ad0
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
run Rails.application
|
||||
|
||||
map Tracksapp::Application.config.relative_url_root || "/" do
|
||||
run Rails.application
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue