Skip to content

Commit

Permalink
🚑 fix max post size
Browse files Browse the repository at this point in the history
  • Loading branch information
pbc1017 committed Dec 21, 2023
1 parent 6050e5a commit b7028f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ server {
location ~* \.(?:css|js)$ {
add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate";
}

client_max_body_size 100M;
}

0 comments on commit b7028f6

Please sign in to comment.