Skip to content

Commit aed3584

Browse files
committed
Markdown fix
1 parent 9b5bd27 commit aed3584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/MultiTenancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Multi-tenancy works by extracting a tenant name from the request URL and passing
1717

1818
The simplest approach is to extract the tenant name in a rewrite rule and set a corresponding header which will be read by the QWC services. This can be accomplished as follows:
1919

20-
1. Define the name of the tenant header in `qwc-docker/docker-compose.yml` by setting the `TENANT_HEADER` environment variable in the `qwc-service-variables` block, i.e.:
20+
- Define the name of the tenant header in `qwc-docker/docker-compose.yml` by setting the `TENANT_HEADER` environment variable in the `qwc-service-variables` block, i.e.:
2121
```yml
2222
x-qwc-service-variables: &qwc-service-variables
2323
[...]
2424
TENANT_HEADER: Tenant
2525
```
2626
27-
2. Add rewrite rules to the `api-gateway` configuration file `qwc-docker/api-gateway/nginx.conf`, extracting the tenant name and setting the tenant header. For example
27+
- Add rewrite rules to the `api-gateway` configuration file `qwc-docker/api-gateway/nginx.conf`, extracting the tenant name and setting the tenant header. For example
2828

2929
```
3030
server {

0 commit comments

Comments
 (0)