io non riesco a caricare un file dentro wordpress mi da upload file size max
STEP 1
Login into the server via ssh.
ssh root@host.digital-comm.it
STEP 2 - Access the Container
Access the LXC container by the code - "lxc exec [nameofthecontainer/nameofwebsitewithoutdots] bash"
STEP 3 - Install Modules
Before installing vim
zypper refresh
zypper -n in vim
Now use the code bellow to install the modules
vi /etc/php8/fpm/php.ini
STEP 4 - Restart PHP
systemctl restart php-fpm.service
Good job now WP all import should work fine, or any other plugin that needed to use these modules. In case you get WordPress errors requesting for any of these modules you can follow the same process.