Update lamp/lamp.md

This commit is contained in:
Ste Vaidis 2023-11-16 09:23:26 +02:00
parent dca393d631
commit 56ce80b730

View File

@ -66,6 +66,17 @@ php -v
curl localhost/info.php curl localhost/info.php
``` ```
`/etc/php/ini`
```
upload_max_filesize = 48M
post_max_size = 48M
memory_limit = 512M
max_execution_time = 300
max_input_time = 3000
max_input_vars = 3000
```
### Composer ### Composer
```bash ```bash