• 새로운 소식이 있나요?
  • 이미지
    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