diff --git a/default.conf b/default.conf index 7be676a..5376517 100644 --- a/default.conf +++ b/default.conf @@ -114,6 +114,8 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; return 200; } + + client_max_body_size 70m; add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,x-sessionkey always;