Skip to main content

Configuration

Tăng giới hạn upload file

  1. Sửa file php.ini của apache (trên server hiện tại là /etc/php/8.1/apache2/php.ini), đặt giá trị mong muốn cho 2 biến post_max_size và upload_max_filesize. Lưu ý post_max_size phải lớn hơn.
  2. Sửa file .env của BookStack, đặt giá trị cho FILE_UPLOAD_SIZE_LIMIT.
  3. Restart apache sudo systemctl restart apache2.