Skip to content

Commit 9d780df

Browse files
committed
increasing client size upload
1 parent b0cac66 commit 9d780df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/nginx/http.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name _;
44
charset utf-8;
55
root /app/public;
6-
client_max_body_size 12M;
6+
client_max_body_size 128M;
77
large_client_header_buffers 4 16k;
88
index index.php index.html index.htm;
99

0 commit comments

Comments
 (0)