Update php-fpm service name for debian based OS'

changed from php-fpm to php7.2-fpm
This commit is contained in:
Michael (Parker) Parker 2018-12-28 05:27:41 -05:00
parent 4548622d01
commit 73784de487
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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