Update lamp/lamp.md
This commit is contained in:
parent
dca393d631
commit
56ce80b730
11
lamp/lamp.md
11
lamp/lamp.md
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user