• 새로운 소식이 있나요?
  • 이미지
    2018-12-16

    1. PHP 업로드 용량 제한

    2. NGINX 업로드 용량 제한

    nginx에서 별도로 용량을 설정해줘야 합니다.

    /etc/nginx/nginx.confclient_max_body_size 100m;추가해줘보세요. 

    # service php7.2-fpm restart

    # service nginx restart

    참조 : https://xetown.com/questions/218920