Skip to content

Commit a97e6c9

Browse files
authored
Increase Nginx limits for internal responses (#3504)
PBENCH-1225
1 parent 2d0b189 commit a97e6c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/lib/config/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ http {
8888

8989
location = /404.html {
9090
internal;
91+
client_max_body_size 100G;
9192
}
9293

9394
location = /50x.html {
9495
internal;
96+
client_max_body_size 100G;
9597
}
9698

9799
location /api {

0 commit comments

Comments
 (0)