凉风有信,秋月无边
亏我思娇的情绪、好比度日如年
共 1 篇文章

标签:AList

AList上传文件提示Request failed with status code 413-Villain博客

AList上传文件提示Request failed with status code 413

使用宝塔部署好Alist列表文件系统后,在网页上传文件会有以下报错,Request failed with status code 413 主要原因是因为Nginx服务器的限制导致的,在宝塔打开Nginx配置文件,搜索代码设置client_max_body_size为90000m即可! client_max_body_size为90000m即可。 include mime.types; #include luawaf.conf; include proxy.conf; default_type application/octet-stream; server_names_hash_bucket_size 512; client_header_buffer_size 32k; large_client_header_buffers 4 32k; client_max_body_size 90000m; sendfile on; tcp_nopush on; keepalive_timeout 60; PS:宝塔Nginx配置文件,在软件商店搜索Nginx即可打开修改配置文件。

赞(0)villainvillain技术笔记 阅读(37)去评论