Skip to content

Commit 723c5ce

Browse files
committed
Increase Nginx limits for internal responses (#3504)
PBENCH-1225
1 parent c307cb5 commit 723c5ce

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
@@ -86,10 +86,12 @@ http {
8686

8787
location = /404.html {
8888
internal;
89+
client_max_body_size 100G;
8990
}
9091

9192
location = /50x.html {
9293
internal;
94+
client_max_body_size 100G;
9395
}
9496

9597
location /api {

0 commit comments

Comments
 (0)