mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: relative_url_root is used for subfolder installs add comment (#23403)
The word subfolder is used commonly to describe subdirectory installs
This commit is contained in:
@@ -190,7 +190,7 @@ connection_reaper_age = 30
|
||||
# run reap check every 30 seconds
|
||||
connection_reaper_interval = 30
|
||||
|
||||
# set to relative URL (for subdirectory hosting)
|
||||
# set to relative URL (for subdirectory/subfolder hosting)
|
||||
# IMPORTANT: path must not include a trailing /
|
||||
# EG: /forum
|
||||
relative_url_root =
|
||||
|
||||
Reference in New Issue
Block a user