Skip to content

Commit

Permalink
Increase Nginx limits for internal responses (#3504)
Browse files Browse the repository at this point in the history
PBENCH-1225
  • Loading branch information
webbnh committed Jul 27, 2023
1 parent c307cb5 commit 723c5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/lib/config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ http {

location = /404.html {
internal;
client_max_body_size 100G;
}

location = /50x.html {
internal;
client_max_body_size 100G;
}

location /api {
Expand Down

0 comments on commit 723c5ce

Please sign in to comment.