Skip to content

Commit

Permalink
Merge pull request #65 from groundlight/harry/balena-k3s-filesize
Browse files Browse the repository at this point in the history
Increased file size limit to 10MB
  • Loading branch information
honeytung authored Apr 30, 2024
2 parents fd832b7 + b41eed1 commit 0fec082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ events {
http {
server {
listen 6717;
client_max_body_size 10M; # a bit more than enough for a large json of a 14MP image

location / {
proxy_pass http://localhost:6718;
Expand Down

0 comments on commit 0fec082

Please sign in to comment.