summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 16:40:52 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 16:40:52 +0200
commite54a909c0280ee406c13832b1dc9d52553465aec (patch)
tree6f629cb845ebbc0f0828cd0bc15c94dcd5a45c25
parente5abd3632f059c4e151fe488426e70936b1a3f96 (diff)
fix wording
-rw-r--r--php56.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php56.spec b/php56.spec
index fdc563d..109172b 100644
--- a/php56.spec
+++ b/php56.spec
@@ -1565,11 +1565,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