summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-16 13:34:03 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-16 13:34:03 +0100
commit268f00d800b279f54335b265702d4ebc50d81e4b (patch)
treeb8e9f5b15a4733fc925a1d34917397cdced3101f /php.spec
parentbdb3bb3d6608b5624c90dee207f1eac040b07cc2 (diff)
fpm: fix socket path
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 6eec9c7..0a5f082 100644
--- a/php.spec
+++ b/php.spec
@@ -1415,11 +1415,11 @@ sed -e '/php-fpm.pid/s:/var:%{_localstatedir}:' \
%if %{with_httpd2410}
# Switch to UDS
# FPM
-sed -e 's@127.0.0.1:9000@/run/php-fpm/www.sock@' \
+sed -e 's@127.0.0.1:9000@%{_localstatedir}/run/php-fpm/www.sock@' \
-e 's@^;listen.acl_users@listen.acl_users@' \
-i $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d/www.conf
# Apache
-sed -e 's@proxy:fcgi://127.0.0.1:9000@proxy:unix:/run/php-fpm/www.sock|fcgi://localhost@' \
+sed -e 's@proxy:fcgi://127.0.0.1:9000@proxy:unix:%{_localstatedir}/run/php-fpm/www.sock|fcgi://localhost@' \
-i $RPM_BUILD_ROOT%{_httpd_confdir}/%{name}.conf
%endif