Correct php-fpm socket location.
This commit is contained in:
parent
de2273d84a
commit
2358839ef6
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue