We Have Moved
The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway
The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.
Local Pages
Description
Defines static assets which are served from the default '/' path of the reverse proxy. This entry must be either a zip file or a path which is relative to the '/var/iag/config' directory of the container. The provided contents will completely replace the default set of pages served from the '/' path of the IAG.
Defaults
If no value is specified here, the default set of pages will be used. The default set of pages, 'local_pages.zip', can be downloaded from GitHub (https://github.com/IBM-Security/ibm-application-gateway-resources/tree/master/pages) and used as a starting point for creating custom pages.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints | Description |
---|---|---|---|
content | string | The content which will be used for the local web space. The content can either be the name of a directory, relative to the '/var/iag/config' directory of the container, or a zip file. |
|
type | string | Values: zip,path | The type of content which is being supplied. Either a zip file or a directory name. |
Example
server:
local_pages:
content: "@myPages.zip"
type: zip