Skip to content

Commit d62efb3

Browse files
committed
Fix backticks
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent fb8dbc4 commit d62efb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The user can access an application from outside of the Kubernetes cluster via ht
5252

5353
### Use the default plugin WL module configuration
5454

55-
By default, the Apache Docker image supports a simple WebLogic server proxy plugin configuration for a single WebLogic domain with an admin server and a cluster. The `create-weblogic-domain.sh` script automatically customizes the default behavior based on your domain configuration. The default setting only supports the type of load balancing that uses the root path ("/"). You can further customize the root path of the load balancer withloadBalancerAppPrepath property in the `create-weblogic-domain-inputs.yaml` file.
55+
By default, the Apache Docker image supports a simple WebLogic server proxy plugin configuration for a single WebLogic domain with an admin server and a cluster. The `create-weblogic-domain.sh` script automatically customizes the default behavior based on your domain configuration. The default setting only supports the type of load balancing that uses the root path ("/"). You can further customize the root path of the load balancer with `loadBalancerAppPrepath` property in the `create-weblogic-domain-inputs.yaml` file.
5656

5757
```
5858
@@ -406,7 +406,7 @@ loadBalancerVolumePath: <host-config-dir>
406406
407407
```
408408

409-
After the loadBalancerVolumePath is specified, the `create-weblogic-domain.sh` script will use the custom_mod_wl_apache.config file in `<host-config-dir>` directory to replace what is in the Docker image.
409+
After the `loadBalancerVolumePath` property is specified, the `create-weblogic-domain.sh` script will use the custom_mod_wl_apache.config file in `<host-config-dir>` directory to replace what is in the Docker image.
410410

411411
The generated yaml files will look similar except with un-commented entries like bellow.
412412

0 commit comments

Comments
 (0)