Nginx is alleen beschikbaar in EPEL:
# dnf -y install epel-release
Bij SUSE Linux Enterprise Server 15 moet je php-fpm configureren (het pad naar het configuratiebestand kan iets vari?ren afhankelijk van de service pack):
php-fpm
cp /etc/php7/fpm/php-fpm.conf{.default,} cp /etc/php7/fpm/php-fpm.d/www.conf{.default,} sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php7/fpm/php-fpm.d/www.conf
<%= selection %>