Skip to content

Commit 6ada494

Browse files
committed
set upload max file to 64M
1 parent 9d780df commit 6ada494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ server {
33
server_name _;
44
charset utf-8;
55
root /app/public;
6-
client_max_body_size 128M;
6+
client_max_body_size 64M;
77
large_client_header_buffers 4 16k;
88
index index.php index.html index.htm;
9-
9+
1010
location = /favicon.ico { log_not_found off; access_log off; }
1111
location = /robots.txt { log_not_found off; access_log off; }
1212

0 commit comments

Comments
 (0)