mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Update php-fpm service name for debian based OS'
changed from php-fpm to php7.2-fpm
This commit is contained in:
parent
4548622d01
commit
73784de487
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user