summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 16:41:01 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 16:41:01 +0200
commit6473f47b900bb9d2c3d7ba6fb7420a2c207b1524 (patch)
treec0cd6a2ed4e3f6180389cb94714f48487815bbbd
parent1c0369ad33cb22d8db6a24e79acdbb02c620c9e0 (diff)
fix wording
-rw-r--r--php70.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php70.spec b/php70.spec
index 46d4c28..440c4f3 100644
--- a/php70.spec
+++ b/php70.spec
@@ -1651,11 +1651,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