mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add a global setting for CDN origin
This is so that, on a multisite cluster, when we handle a CDN request, the hostname that is requested corresponds to one of the sites - specifically the default site.
This commit is contained in:
@@ -140,6 +140,7 @@ class GlobalSetting
|
||||
hostnames << backup_hostname if backup_hostname.present?
|
||||
|
||||
hostnames << URI.parse(cdn_url).host if cdn_url.present?
|
||||
hostnames << cdn_origin_hostname if cdn_origin_hostname.present?
|
||||
|
||||
hash["host_names"] = hostnames
|
||||
hash["database"] = db_name
|
||||
|
||||
Reference in New Issue
Block a user