summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 16:41:11 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 16:41:11 +0200
commit69639cefb3597839130bd53678e6ec9227430e20 (patch)
treecac52083579a6ed19c36f86df88530f503c0cc3b
parentb3ff7694a7373b5b8e0ed67c8844b3ed53922a67 (diff)
fix wording
-rw-r--r--php71.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php71.spec b/php71.spec
index f617e3d..c00b569 100644
--- a/php71.spec
+++ b/php71.spec
@@ -1617,11 +1617,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