CDN domain name for static content
Is there any constant in header.inc.php that can be set up with separate domain name for serving static content?
Something like
define('BX_DOL_STATIC_URL_ROOT', 'https://s.yhwh.social/'); ///< static content url
-
-
·
LeonidS
- ·
Hello Viktor Zhuromskyy !
You may review the constants from the inc/params.inc.php file. But it's better to use those soltuions https://github.com/unaio/una/wiki/Remote-Storage
-
·
LeonidS
-
Hello Viktor Zhuromskyy !
You may review the constants from the inc/params.inc.php file. But it's better to use those soltuions https://github.com/unaio/una/wiki/Remote-Storage
AWS remote storage is pretty espensive in the end of the day. better to serve conent from own servers via CDN networks.