Skip to content

Commit 53b2352

Browse files
authored
Increase the payload limit. (#5279)
1 parent 814b7fa commit 53b2352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/nginx/templates/nginx.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ events {
1010

1111
http {
1212
{# allow large uploads, need to thread proper limit into here #}
13-
client_max_body_size 50M;
13+
client_max_body_size 65M;
1414

1515
rewrite_log on;
1616
{# change log format to display the upstream information #}

0 commit comments

Comments
 (0)