Skip to content

Commit 5218fc6

Browse files
author
Jonathan Visser
committed
Change default request_uri ~^/graphql$ to ~^/graphql
1 parent 821877f commit 5218fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ map $request_uri $limit_conn_per_ip {
149149
default $limit_conn_per_ip_base;
150150
# ~^/rest/V1/example-call/ '';
151151
# ~^/elasticsearch\.php$ '';
152-
# ~^/graphql$ '';
152+
# ~^/graphql '';
153153
}
154154
```
155155

0 commit comments

Comments
 (0)