mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -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.
|
Start and enable php-fpm on the system.
|
||||||
```bash
|
```bash
|
||||||
systemctl enable php-fpm
|
systemctl enable php7.2-fpm
|
||||||
systemctl start php-fpm
|
systemctl start php7.2-fpm
|
||||||
```
|
```
|
||||||
|
|
||||||
### nginx
|
### nginx
|
||||||
|
|||||||
@ -100,8 +100,8 @@ The default php-fpm configuration is good to use.
|
|||||||
|
|
||||||
Start and enable php-fpm on the system.
|
Start and enable php-fpm on the system.
|
||||||
```bash
|
```bash
|
||||||
systemctl enable php-fpm
|
systemctl enable php7.2-fpm
|
||||||
systemctl start php-fpm
|
systemctl start php7.2-fpm
|
||||||
```
|
```
|
||||||
|
|
||||||
### nginx
|
### nginx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user