Skip to content

Commit 907efa7

Browse files
fix indentation
1 parent 88f75d0 commit 907efa7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/container-apps/waf-app-gateway.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ To forward the original host header, you can inject it into the `X-Forwarded-Hos
325325

326326
To enable `X-Forwarded-Host` injection:
327327

328-
1. Under the **Configuration** tab, select **Backend settings** section of your Application Gateway routing rule:
329-
330-
- Enable **Request Header Rewrite**.
331-
- Add a new request header with the following values:
332-
- Header name: `X-Forwarded-Host`
333-
- Value: `{host}`
334-
335-
Your backend app can now read the original request host using the `X-Forwarded-Host` header.
328+
1. Under the **Configuration** tab, select **Backend settings** section of your Application Gateway routing rule:
329+
330+
- Enable **Request Header Rewrite**.
331+
- Add a new request header with the following values:
332+
- Header name: `X-Forwarded-Host`
333+
- Value: `{host}`
334+
335+
Your backend app can now read the original request host using the `X-Forwarded-Host` header.
336336

337337
## Verify the container app
338338

0 commit comments

Comments
 (0)