Image Proxy service settings
The following settings for the Image Proxy premium server-side component are optional. These settings should be added to the application.conf
file described in Required configuration for the server-side components.
image-proxy
(optional)
The image proxy service has some optional configuration to set a maximum size for images proxied. Images beyond this size it will not be proxied. Please note that the http.request-timeout-seconds
above also applies to requests made by the image proxy service.
Type | Setting | Description |
---|---|---|
element |
|
Configures image proxy behavior. |
attribute |
|
An integer defining the maximum allowed image size in bytes. Default: |
Example:
ephox {
image-proxy {
size-limit = 10000000 // 10MB in bytes
}
}