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
If a `SnippetsFilter` is defined in a Route resource and contains a Snippet which includes an invalid NGINX configuration, NGINX will continue to operate
393
+
If a `SnippetsFilter` is defined in a Route and contains a Snippet which includes an invalid NGINX configuration, NGINX will continue to operate
394
394
with the last valid configuration and an event with the error will be outputted. No new configuration will be applied until the invalid Snippet is fixed.
395
395
396
396
An example of an error from the NGINX Gateway Fabric `nginx-gateway` container logs:
@@ -405,7 +405,7 @@ An example of an error from the NGINX Gateway Fabric `nginx` container logs:
405
405
2024/10/29 22:18:41 [emerg] 40#40: invalid number of arguments in "limit_req_zone" directive in /etc/nginx/includes/SnippetsFilter_http_default_rate-limiting-sf.conf:1
406
406
```
407
407
408
-
The Route resource which references the `SnippetsFilter` may also contain information in its conditions describing the error:
408
+
The Route which references the `SnippetsFilter` may also contain information in its conditions describing the error:
409
409
410
410
```text
411
411
Conditions:
@@ -423,7 +423,7 @@ The Route resource which references the `SnippetsFilter` may also contain inform
423
423
Type: Accepted
424
424
```
425
425
426
-
If a Route resource references a `SnippetsFilter` which cannot be resolved, the route will return a 500 HTTP error response on all requests.
426
+
If a Route references a `SnippetsFilter` which cannot be resolved, the route will return a 500 HTTP error response on all requests.
427
427
The Route conditions will contain information describing the error:
0 commit comments