iqual/iq_stage_file_proxy
最新稳定版本:v3.1.0
Composer 安装命令:
composer require iqual/iq_stage_file_proxy
包简介
Loads resources or generates URLs that target public:// from a defined HTTP origin
README 文档
README
Loads resources or generates URLs that target public:// from a defined HTTP origin This module will try to load from the remote instance, if the requested resource is not available locally.
Caution
Use only on non-productive instances (development, staging, demo)
How-to
Install via composer
composer require --dev iqual/iq_stage_file_proxy
Add the following into your settings.local.php (or settings.dev.php and similar).
$config['iq_stage_file_proxy.settings']['remote_instance']
= 'https://mylivedomain.ch';
// For downloading and serving from your own instance,
// instead of redirecting to the remote one.
$config['iq_stage_file_proxy.settings']['offload'] = TRUE;
统计信息
- 总下载量: 40.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-07-19