Update Apache config in advance of 22.04

This commit is contained in:
Alex Cabal 2023-04-03 16:25:21 -05:00
parent 4212131f01
commit 67007049a0
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ Define webroot /standardebooks.org/web
# Forward all PHP requests to the php-fpm pool for this domain.
<FilesMatch "\.php$">
SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}"
SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}"
Header set Cache-Control "no-store"
</FilesMatch>

View file

@ -127,7 +127,7 @@ Define webroot /standardebooks.org/web
# Forward all PHP requests to the php-fpm pool for this domain.
<FilesMatch "\.php$">
SetHandler "proxy:unix:/run/php/${domain}.sock|fcgi://${domain}"
SetHandler "proxy:unix:///run/php/${domain}.sock|fcgi://${domain}"
Header set Cache-Control "no-store"
</FilesMatch>