aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/nginx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nginx.md b/docs/nginx.md
index bdf1112..5a0b5de 100644
--- a/docs/nginx.md
+++ b/docs/nginx.md
@@ -47,7 +47,7 @@ server {
resolver 8.8.8.8 8.8.4.4 valid=300s;
resolver_timeout 5s;
- client_max_body_size 90M;
+ client_max_body_size 100M;
client_body_timeout 600s;
location / {