Skip to content

Commit 511e4b4

Browse files
nginx-aoifesalonichf5
authored andcommitted
Docs: remove () typo from troubleshooting doc (nginx#2803)
1 parent 2505f24 commit 511e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)