Skip to content

Commit

Permalink
Docs: fix proxy protocol link (#3193)
Browse files Browse the repository at this point in the history
docs: fix proxy protocol example link
  • Loading branch information
ciarams87 committed Oct 21, 2022
1 parent 813def5 commit 05e6d6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ See the doc about [VirtualServer and VirtualServerRoute resources](/nginx-ingres
|ConfigMap Key | Description | Default | Example |
| ---| ---| ---| --- |
|``http2`` | Enables HTTP/2 in servers with SSL enabled. | ``False`` | |
|``proxy-protocol`` | Enables PROXY Protocol for incoming connections. | ``False`` | [Proxy Protocol](https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.1/examples/ingress-resources/proxy-protocol). |
|``proxy-protocol`` | Enables PROXY Protocol for incoming connections. | ``False`` | [Proxy Protocol](https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.1/examples/shared-examples/proxy-protocol). |
{{% /table %}}

### Backend Services (Upstreams)
Expand Down

0 comments on commit 05e6d6b

Please sign in to comment.