---------------- NGINX ----------------
# systemctl enable nginx
# systemctl start nginx
---------------- PHP 7.1 ----------------
# systemctl enable php-fpm
# systemctl start php-fpm
---------------- PHP 5.6 ----------------
# systemctl enable php56-fpm
# systemctl start php56-php-fpm