feat: improve upload size of file
This commit is contained in:
parent
b86d12199a
commit
a0467eb35b
|
@ -13,7 +13,7 @@ events {
|
|||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
client_max_body_size 20m;
|
||||
client_max_body_size 40m;
|
||||
map $time_iso8601 $logdate {
|
||||
'~^(?<ymd>\d{4}-\d{2}-\d{2})' $ymd;
|
||||
default 'date-not-found';
|
||||
|
|
Loading…
Reference in New Issue