summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 16:41:33 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 16:41:33 +0200
commitebf2895370cfe1707a9fefb3fd7e19f59ce4b2e5 (patch)
tree54e6cab7bb1ab610df5d51e15668aefda5860763
parent62547fac6578f941b46463db5c0ac09396e825a5 (diff)
fix wording
-rw-r--r--php73.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php73.spec b/php73.spec
index 1ddbd99..6950dd9 100644
--- a/php73.spec
+++ b/php73.spec
@@ -1750,11 +1750,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