Skip to content

Commit

Permalink
feat: increase max body size
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed May 8, 2024
1 parent e1eaa1b commit 6509c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ server {
rewrite /(.*) /$1 break;
proxy_pass ${FRONTEND};
}

client_max_body_size 64M;
}

0 comments on commit 6509c22

Please sign in to comment.