Nginx está disponible sólo en EPEL:
En SUSE Linux Enterprise Server 12 necesita agregar el repositorio Nginx, antes de instalar Nginx:
También necesita configurar php-fpm
:
cp /etc/php5/fpm/php-fpm.conf{.default,}
sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php5/fpm/php-fpm.conf
En SUSE Linux Enterprise Server 15 necesita configurar php-fpm
: