Manual:$wgUploadStashScalerBaseUrl/ko
Appearance
Deprecated: This feature is deprecated and should no longer be used, however it is possibly still available for reasons of backwards compatibility. |
| Server URLs and file paths: $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) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (string) or 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.