diff --git a/community/install/panel/debian9.md b/community/install/panel/debian9.md index b2ca3a17..ad3258a3 100644 --- a/community/install/panel/debian9.md +++ b/community/install/panel/debian9.md @@ -113,8 +113,8 @@ The default php-fpm configuration is good to use. Start and enable php-fpm on the system. ```bash -systemctl enable php-fpm -systemctl start php-fpm +systemctl enable php7.2-fpm +systemctl start php7.2-fpm ``` ### nginx diff --git a/community/install/panel/ubuntu1804.md b/community/install/panel/ubuntu1804.md index 7e897867..9bae1c8d 100644 --- a/community/install/panel/ubuntu1804.md +++ b/community/install/panel/ubuntu1804.md @@ -100,8 +100,8 @@ The default php-fpm configuration is good to use. Start and enable php-fpm on the system. ```bash -systemctl enable php-fpm -systemctl start php-fpm +systemctl enable php7.2-fpm +systemctl start php7.2-fpm ``` ### nginx