Manual:$wgUploadStashScalerBaseUrl/zh
Deprecated: 这个被弃用功能不应再被使用,但出于向后兼容性的原因仍然可用。 |
服务器URL及文件路徑: $wgUploadStashScalerBaseUrl | |
---|---|
To enable remote on-demand scaling, set this to the thumbnail base URL. |
|
引进版本: | 1.17.0 (r86169) |
弃用版本: | 1.36.0 (Gerrit change 664086; git #d08c5ba3) |
移除版本: | 仍在使用 |
允许的值: | (字符串)或false |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
细节
To enable remote on-demand scaling, set this to the thumbnail base URL.
Full thumbnail URL will be like $wgUploadStashScalerBaseUrl/e/e6/Foo.jpg/123px-Foo.jpg
where 'e6' are the first two characters of the MD5 hash of the file name.
If this is set to false, thumbs are rendered locally as needed.