Áú»¢¶Ä²©

This is a translation of the original English documentation page. Help us make it better.

8 ????? ?????? ???? ?? ????? Nginx ??Áú»¢¶Ä²©

RHEL

Nginx ???? ?? ?-EPEL:

 # dnf -y ???? epel-release

SLES 12

?-SUSE Linux Enterprise Server 12 ??? ???? ?????? ?? ???? Nginx, ???? ????? Nginx:

 zypper addrepo -G -t dnf -c 'http://nginx.org/packages/sles/12' nginx

??? ???? ?? ?????? ?? 'php-fpm':

 cp /etc/php5/fpm/php-fpm.conf{.default,}
        sed -i 's/user = ?? ???/????? = wwwrun/; s/group = nobody/group = www/' /etc/php5/fpm/php-fpm.conf

SLES 15

?-SUSE Linux Enterprise Server 15 ???? ?????? ?? 'php-fpm':

 cp /etc/php7/fpm/php-fpm.conf{.default,}
        cp /etc/php7/fpm/php-fpm.d/www.conf{.default,}
        sed -i 's/user = ?? ???/????? = wwwrun/; s/group = nobody/group = www/' /etc/php7/fpm/php-fpm.d/www.conf