diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-16 16:41:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-16 16:41:24 +0200 |
commit | 296904a1c6da5f323dc1e5365e8ee22bba504cf5 (patch) | |
tree | ecf009960b8972ee9a3a39155d8af36bb85e8807 | |
parent | aaa9e3e2a73b6beef55e4f6475e96f155dd644f3 (diff) |
fix wording
-rw-r--r-- | php72.spec | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1719,11 +1719,11 @@ mkdir _fpmdoc cat %{SOURCE1} %{SOURCE11} >_fpmdoc/httpd-php.conf cat << 'EOF' >_fpmdoc/README To use FPM with Apache HTTP server: -- copy the httpd-php.conf to %{_httpd_confdir} +- copy the httpd-php.conf to %{_httpd_confdir}/php.conf -Tu use FPM with NGINX web server: -- copy the nginx-fpm.conf to %{_sysconfdir}/nginx/conf.d -- copy the nginx-php.conf to %{_sysconfdir}/nginx/default.d +To use FPM with NGINX web server: +- copy the nginx-fpm.conf to %{_sysconfdir}/nginx/conf.d/php-fpm.conf +- copy the nginx-php.conf to %{_sysconfdir}/nginx/default.d/php.conf EOF %endif |