Added fixes

This commit is contained in:
Alexey Berezhok
2024-06-29 21:22:33 +03:00
parent b52ec2c862
commit 719c7d9d67
4 changed files with 16 additions and 16 deletions

View File

@@ -26,7 +26,8 @@ Alias /%pma_alias% /usr/share/phpmyadmin
</IfDefine>
<IfDefine !PHP_ENABLED>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/hestia-php.sock|fcgi://localhost"
#SetHandler "proxy:unix:/run/hestia/php.sock|fcgi://localhost"
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
</IfDefine>