mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 01:26:18 -05:00
Allow running discourse with prefix with passenger without requiring a symlink
This commit is contained in:
parent
33e3ad1603
commit
933732676b
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
# This file is used by Rack-based servers to start the application.
|
# This file is used by Rack-based servers to start the application.
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
run Discourse::Application
|
map ActionController::Base.config.try(:relative_url_root) || "/" do
|
||||||
|
run Discourse::Application
|
||||||
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue