Skip to content

Commit 471e559

Browse files
committed
Docs: remove () typo from troubleshooting doc (nginx#2803)
1 parent 7c70b1e commit 471e559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/how-to/monitoring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ If you check your _nginx_ container logs and see the following error:
469469

470470
It indicates that `proxy_protocol` is enabled for the gateway listeners, but the request sent to the application endpoint does not contain proxy information. To **resolve** this, you can do one of the following:
471471

472-
- Unassign the field [`rewriteClientIP.mode`](({{< relref "reference/api.md" >}})) in the NginxProxy configuration.
472+
- Unassign the field [`rewriteClientIP.mode`]({{< relref "reference/api.md" >}}) in the NginxProxy configuration.
473473

474474
- Send valid proxy information with requests being handled by your application.
475475

0 commit comments

Comments
 (0)