Added fixes
This commit is contained in:
@@ -35,7 +35,7 @@ maxretry = 5
|
||||
enabled = true
|
||||
filter = hestia
|
||||
action = hestia[name=HESTIA]
|
||||
logpath = /var/log/hestia/secure
|
||||
logpath = /var/log/messages
|
||||
maxretry = 5
|
||||
|
||||
[roundcube-auth]
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user