跳到内容

博客

发布对开发、测试与运维有帮助的技术文章。

Nginx 与服务器

正确配置 Nginx 的 client_max_body_size

讲解 Nginx 中 client_max_body_size 的默认值(1m)、设置位置、如何导致 413,以及它与 PHP 的 upload_max_filesize 的关系。

Rails 与 Ruby

用 Rails Active Storage 实现文件上传

Rails 中用 Active Storage 上传:安装配置、has_one_attached / has_many_attached、校验、S3 设置,以及 Variant 图像缩放。