From 67007049a0321fd398d7bef3f19bb6d57284fe2b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 3 Apr 2023 16:25:21 -0500 Subject: [PATCH] Update Apache config in advance of 22.04 --- config/apache/standardebooks.org.conf | 2 +- config/apache/standardebooks.test.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/apache/standardebooks.org.conf b/config/apache/standardebooks.org.conf index d33cbe3a..55c4f56d 100644 --- a/config/apache/standardebooks.org.conf +++ b/config/apache/standardebooks.org.conf @@ -145,7 +145,7 @@ Define webroot /standardebooks.org/web # Forward all PHP requests to the php-fpm pool for this domain. - SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}" + SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}" Header set Cache-Control "no-store" diff --git a/config/apache/standardebooks.test.conf b/config/apache/standardebooks.test.conf index 7c9b0de7..7da3402b 100644 --- a/config/apache/standardebooks.test.conf +++ b/config/apache/standardebooks.test.conf @@ -127,7 +127,7 @@ Define webroot /standardebooks.org/web # Forward all PHP requests to the php-fpm pool for this domain. - SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}" + SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}" Header set Cache-Control "no-store"