config is this:
VirtualHost {
Hostname = nc.hanscees.com
ReverseProxy !^/.well-known/ http://192.168.0.81:8080/ 10
RequireTLS = yes
TLScertFile = /etc/letsencrypt/live/nc.hanscees.com/hiawatha-hc.pem
WebDAVapp = yes
WebsiteRoot /var/www/hcs
#PreventCSRF = yes
PreventSQLi = yes
PreventXSS = yes
RandomHeader = 250 # anti decryption on https listening
UseToolkit = block_pma
}
and
UrlToolkit {
ToolkitID = block_pma
# Match ^/phpMyAdmin/.* DenyAccess
MatchCI phpMyAdmin/.* Ban 3600
MatchCI /Admin Ban 3600
}