Skip to content

Commit bf31c1a

Browse files
committed
nginx
1 parent 2e317a5 commit bf31c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ server {
1010
large_client_header_buffers 4 64k;
1111
client_header_buffer_size 16k;
1212

13+
# Max body size to prevent 413 errors
14+
client_max_body_size 100M;
15+
1316
# Pre-flight requests
1417
location ~ /\.(?:preflight) {
1518
return 204;

0 commit comments

Comments
 (0)