Nginx is alleen beschikbaar in EPEL:
In SUSE Linux Enterprise Server 12 moet u de Nginx-repository toevoegen, voordat je Nginx installeert:
Je moet ook php-fpm
configureren:
cp /etc/php5/fpm/php-fpm.conf{.default,}
sed -i 's/gebruiker = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php5/fpm/php-fpm.conf
In SUSE Linux Enterprise Server 15 moet je php-fpm
configureren: