Skip to content

Commit 481a102

Browse files
authored
Merge pull request #1515 from alexanderhofstaetter/patch-1
Increase default NGINX Unit request body limit to 100 MB in nginx settings
2 parents 81fb62e + e62af8b commit 481a102

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker/nginx-unit.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
}
7474
}
7575
},
76-
"access_log": "/dev/stdout"
76+
"access_log": "/dev/stdout",
77+
"settings": {
78+
"http": {
79+
"max_body_size": 104857600
80+
}
81+
}
7782
}

0 commit comments

Comments
 (0)