Update README.md

This commit is contained in:
SeNS
2024-06-24 20:17:15 -04:00
committed by GitHub
parent 07c8884943
commit 82c67c6daa

View File

@@ -74,13 +74,13 @@ For simplicity, I'll use my current Ubuntu instance user name, you should replac
### Configure PHP ### Configure PHP
Ensure the following PHP settings are in your **php.ini**: Ensure the following PHP settings are in your **/etc/php/8.1/apache2/php.ini**:
``` ```
log_errors = On log_errors = On
error_log = /var/log/php_errors.log error_log = /var/log/php_errors.log
``` ```
Also check for max upload file/post size limits in **php.ini** (adjust to your needs, like 10G): Also check for max upload file/post size limits in **/etc/php/8.1/apache2/php.ini** (adjust to your needs, like 10G):
``` ```
upload_max_filesize = 10M upload_max_filesize = 10M
post_max_size = 10M post_max_size = 10M