You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -379,12 +380,12 @@ for i in `seq 1 10`; do curl --resolve cafe.example.com:$GW_PORT:$GW_IP http://c
379
380
You should see all successful responses from the tea Pod, but they should be spaced apart roughly one second each as
380
381
expected through the rate limiting configuration.
381
382
382
-
You've now used the `SnippetsFilter` resource to configure two distinct rate limiting rules to different backend applications through the use of Snippets.
383
+
This indicates that you've successfully used Snippets with the `SnippetsFilter` resource to configure two distinct rate limiting rules to different backend applications.
383
384
For an alternative method of modifying the NGINX configuration NGINX Gateway Fabric generates through Gateway API resources, check out
384
385
our supported [first-class policies]({{< relref "overview/custom-policies.md" >}}) which don't carry many of the aforementioned disadvantages of Snippets.
385
386
386
387
---
387
388
388
-
## Further reading
389
+
## See also
389
390
390
391
-[API reference]({{< relref "reference/api.md" >}}): all configuration fields for the `SnippetsFilter` API.
0 commit comments