Merge pull request #9929 from omegamormegil/patch-22

Clarified function of com.docker.lb.context_root_rewrite
This commit is contained in:
Traci Morrison 2019-12-11 11:15:00 -05:00 committed by GitHub
commit 640eee762d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services are being reconfigured, users won't notice it.
| `com.docker.lb.port` | Port to use for internal upstream communication. | `8080` |
| `com.docker.lb.network` | Name of network the proxy service should attach to for upstream connectivity. | `app-network-a` |
| `com.docker.lb.context_root` | Context or path to use for the application. | `/app` |
| `com.docker.lb.context_root_rewrite` | Boolean to enable rewrite for the context root. | `true` |
| `com.docker.lb.context_root_rewrite` | When set to `true`, this option changes the path from the value of label `com.docker.lb.context_root` to `/`. | `true` |
| `com.docker.lb.ssl_cert` | Docker secret to use for the SSL certificate. | `example.com.cert` |
| `com.docker.lb.ssl_key` | Docker secret to use for the SSL key. | `example.com.key` |
| `com.docker.lb.websocket_endpoints` | Comma separated list of endpoints to configure to be upgraded for websockets. | `/ws,/foo` |