diff --git a/site/content/reference/api.md b/site/content/reference/api.md index 45052033b6..ab6a8b88ed 100644 --- a/site/content/reference/api.md +++ b/site/content/reference/api.md @@ -1659,8 +1659,12 @@ Resource Types: ΒΆ
-
NginxProxy is a configuration object that is attached to a GatewayClass parametersRef. It provides a way -to configure global settings for all Gateways defined from the GatewayClass.
+NginxProxy is a configuration object that can be referenced from a GatewayClass parametersRef +or a Gateway infrastructure.parametersRef. It provides a way to configure data plane settings. +If referenced from a GatewayClass, the settings apply to all Gateways attached to the GatewayClass. +If referenced from a Gateway, the settings apply to that Gateway alone. If both a Gateway and its GatewayClass +reference an NginxProxy, the settings are merged. Settings specified on the Gateway NginxProxy override those +set on the GatewayClass NginxProxy.