Nginx is available only in EPEL:
dnf -y install epel-release
In SUSE Linux Enterprise Server 15 you need to configure php-fpm (the path to configuration file may vary slightly depending on the service pack):
php-fpm
cp /etc/php8/fpm/php-fpm.conf{.default,} cp /etc/php8/fpm/php-fpm.d/www.conf{.default,} sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php8/fpm/php-fpm.d/www.conf
<%= selection %>