Skip to content

Commit 7e774ae

Browse files
authored
Client body size
1 parent 24b32e5 commit 7e774ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ http {
44
include /etc/nginx/mime.types;
55
default_type application/octet-stream;
66

7+
client_max_body_size 50M;
8+
79
upstream django {
810
server django-web:8000;
911
}

0 commit comments

Comments
 (0)