您好,我在 laravel 8 上构建了一个应用程序,我使用 File-manager 包上传图像一切正常,直到我放置在 unbuntu 上运行的服务器上,现在我无法上传图像我有这个错误:
File size exceeds server limit! (maximum size: 2M)
我更改 php.ini 文件:
post_max_size = 30M
upload_max_filesize = 30M
和 nginx.conf:
client_max_body_Size 2000M;
client_body_buffer_size 128k
在 html 部分我重新启动了 nginx 和 php 但我仍然有同样的问题我不想修复它