Skip to content

Commit

Permalink
Merge pull request #341 from jamebal/dev
Browse files Browse the repository at this point in the history
perf: 修改webdav默认上传的最大文件大小为1G
  • Loading branch information
jamebal authored Dec 26, 2024
2 parents c7bd84e + ef2d371 commit 5f84e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ http {
listen 80;
server_name localhost;
root /var/www/public;
client_max_body_size 50m;
client_max_body_size 1024m;
client_body_buffer_size 512k;

location / {
Expand Down

0 comments on commit 5f84e24

Please sign in to comment.