Skip to content

Commit

Permalink
client_max_body_size
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Dec 2, 2023
1 parent 8f19f90 commit b931b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/production/config/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ server {
root /app/public;
index index.php index.html;

client_max_body_size 10m;

location / {
try_files $uri $uri/ /index.php$is_args$args;
}
Expand Down

0 comments on commit b931b36

Please sign in to comment.