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.
Configuration
Description
This entry defines customize legacy reverse proxy daemon configuration entries. This configuration is applied last and can be used to overload parameters specified in other sections of the configuration YAML.
This entry is an array and can be used to specify multiple tuning parameters.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints | Description |
---|---|---|---|
entry | string | The name of the configuration entry. |
|
operation | string | Values: delete,add,set | The operation to be perform on the configuration entry. |
stanza | string | The name of the configuration stanza which contains the configuration entry. |
|
value | array[string] | The value(s) for the new configuration entry. The value is only required for the 'add' and 'set' operations. |
Example
advanced:
configuration:
- stanza: server
entry: web-http-port
operation: set
value: ["80"]
- stanza: server
entry: web-https-port
operation: set
value: ["443"]