我是使用docker stacking mysql + php-fpm + nginx
一般使用都沒有大問題
但在做圖片上傳時,超過1mb 就會跳錯
413 Request Entity Too Large
網路上的解法都試過了
在nginx.conf加上client_max_body_size
以及php.ini修改upload的值
但還是一樣,然後nginx and php都沒有error log
請問有什麼方式可以debug 或解決方法
感謝 >"<
--
一般使用都沒有大問題
但在做圖片上傳時,超過1mb 就會跳錯
413 Request Entity Too Large
網路上的解法都試過了
在nginx.conf加上client_max_body_size
以及php.ini修改upload的值
但還是一樣,然後nginx and php都沒有error log
請問有什麼方式可以debug 或解決方法
感謝 >"<
--
All Comments