Enable PHP-8.0 default service

This commit is contained in:
Daniel Winzen
2020-10-13 10:27:38 +02:00
parent 6f98c1b08b
commit 573f9d19b4

View File

@ -107,6 +107,7 @@ As time syncronisation is important, you should configure ntp servers in `/etc/s
Enable the PHP-FPM default instances and nginx: Enable the PHP-FPM default instances and nginx:
``` ```
systemctl enable php7.4-fpm@default systemctl enable php7.4-fpm@default
systemctl enable php8.0-fpm@default
systemctl enable nginx systemctl enable nginx
``` ```