Correct php-fpm socket location.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-19 15:59:16 +00:00
commit 2358839ef6
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ Alias /.well-known/acme-challenge/ /srv/dehydrated/
DirectoryIndex index.php index.phtml
<If "-f %{REQUEST_FILENAME} && %{REQUEST_URI} =~ /.+\.ph(ar|p|tml)$/">
SetHandler proxy:unix:/run/php-fpm83/php-fpm.sock|fcgi://localhost/
SetHandler proxy:unix:/run/php-fpm84/php-fpm.sock|fcgi://localhost/
</If>
</IfModule>
</Directory>