Entonces ejecuto un servidor con aproximadamente 7 sitios web.
Me pregunto si al agregar un módulo tendré que desactivar php-fpm y así reiniciar el proceso nginx o agregar un módulo.
Nginx Ubuntu 20.04 php 7.4 mariadb
al correr
sudo apt-get instalar php7.4-curl
yo también entiendo
The following NEW packages will be installed:
php7.4-curl
The following packages will be upgraded:
php7.4-cli php7.4-common php7.4-fpm php7.4-gd php7.4-json php7.4-mysql php7.4-opcache php7.4-readline php7.4-zip
pero php mysqli y json y zip y readline ya están instalados con php 7.4.33 que son las últimas versiones...
Gracias
Respuesta1
Al reiniciar php-fpm, es todo o nada. Lamentablemente, no hay forma de reiniciar un grupo de sitios individuales.