Skip to content

Commit

Permalink
Merge pull request #54 from ai-cfia/53-fix-body-size-limit-on-nginx-c…
Browse files Browse the repository at this point in the history
…ustom-image

Issue #53: fix limit size of client body files
  • Loading branch information
SonOfLope authored Sep 26, 2024
2 parents 33e92eb + 820a685 commit 76a6aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
events { }

http {

client_max_body_size 100M;

server {
listen 80;

Expand Down

0 comments on commit 76a6aff

Please sign in to comment.