summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php72.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php72.spec b/php72.spec
index 31811a7..dc8a12a 100644
--- a/php72.spec
+++ b/php72.spec
@@ -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