mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: subfolder support was broken
This commit is contained in:
parent
fe907aaf74
commit
5b356e446a
1 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,10 @@ module Discourse
|
|||
|
||||
require 'auth'
|
||||
|
||||
if GlobalSetting.relative_url_root.present?
|
||||
config.relative_url_root = GlobalSetting.relative_url_root
|
||||
end
|
||||
|
||||
if Rails.env == "test"
|
||||
if ENV['LOAD_PLUGINS'] == "1"
|
||||
Discourse.activate_plugins!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue