Nginx is alleen beschikbaar in EPEL:
Bij SUSE Linux Enterprise Server 12 moet je eerst de Nginx repository toevoegen, voordat je Nginx installeert:
Je moet ook php-fpm
configureren (het pad naar het configuratiebestand kan iets variëren afhankelijk van de service pack):
cp /etc/php7/fpm/php-fpm.conf{.default,}
sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php7/fpm/php-fpm.conf
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):