Skip to content

Commit 306e828

Browse files
committed
fix: nignx clint_max_body_size 증가
1 parent 464fc65 commit 306e828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.platform/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ http {
4646

4747
client_header_timeout 60;
4848
client_body_timeout 60;
49-
client_max_body_size 10M;
49+
client_max_body_size 20M;
5050
keepalive_timeout 60;
5151
gzip off;
5252
gzip_comp_level 4;

0 commit comments

Comments
 (0)