Áú»¢¶Ä²©

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

8 Terjeszt¨¦sspecifikus megjegyz¨¦sek az Nginx be¨¢ll¨ªt¨¢s¨¢hoz a Áú»¢¶Ä²© sz¨¢m¨¢ra

RHEL

Az Nginx csak az EPEL-ben ¨¦rhet? el:

# yum -y install epel-release

SLES 12

A SUSE Linux Enterprise Server 12-ben hozz¨¢ kell adni az Nginx t¨¢rol¨®t, az Nginx telep¨ªt¨¦se el?tt:

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

A php-fpm param¨¦tert is be kell ¨¢ll¨ªtani:

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

SLES 15

A SUSE Linux Enterprise Server 15-ben be kell ¨¢ll¨ªtania a `php-fpm' param¨¦tert:

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