[comment]: # translation:outdated

[comment]: # ({bb9fdc48-840eea1a})
# 7 Distributie specifieke noties voor de setup van Nginx voor Zabbix

[comment]: # ({/bb9fdc48-840eea1a})

[comment]: # ({c0a467d5-4b966990})
#### RHEL

Nginx is alleen beschikbaar in EPEL:

    # dnf -y install epel-release

[comment]: # ({/c0a467d5-4b966990})

[comment]: # ({d0d7c77f-31bd54eb})
#### SLES 15

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):

    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

[comment]: # ({/d0d7c77f-31bd54eb})
