Hi,
I want to configure PHP limits in OpenLiteSpeed by using **environment variables**, not by editing or overwriting any `php.ini` files.
Specifically, I want to set values like:
```
memory_limit = 512M
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300
```
I know...