Skip to content

Commit

Permalink
[update] default.confの中のclient_max_body_sizeを2MBに
Browse files Browse the repository at this point in the history
  • Loading branch information
eito2002 committed Oct 12, 2024
1 parent d40e565 commit a1d5d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {
server_name host host.com;

# client_max_body_size (default 1m)
client_max_body_size 2024;
client_max_body_size 2097152;

# alias
# index
Expand Down

0 comments on commit a1d5d01

Please sign in to comment.