Skip to content
Snippets Groups Projects
Verified Commit dd77cf32 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nginx): Adjust status code for rate-limiting

parent 1cddec62
Branches
Tags
No related merge requests found
...@@ -91,6 +91,8 @@ data: ...@@ -91,6 +91,8 @@ data:
enable-brotli: "true" enable-brotli: "true"
use-http2: "true" use-http2: "true"
proxy-buffer-size: 8k proxy-buffer-size: 8k
limit-req-status-code: 429
limit-conn-status-code: 429
custom-http-errors: >- custom-http-errors: >-
401,403,404,500,501,502,503 401,403,404,500,501,502,503
replicaCount: 2 replicaCount: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment