Skip to content

Commit

Permalink
fix: add client_max_body_size to the nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Aug 20, 2024
1 parent 3f39da4 commit b53b10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ upstream kcc3 {

server {
listen 80;
client_max_body_size 128m;

location / {
proxy_pass http://kcc3;
Expand Down

0 comments on commit b53b10d

Please sign in to comment.