@admin
Kindly can you implement this in Next OLSPanel Release
Multiple Issues due to current storagePath
More details below:
Can you change the Default LSCache path for Virtual Hosts
From: storagePath /usr/local/lsws/cachedata/$VH_NAME
To: storagePath /home/username-of-account/lscache/$VH_NAME
So Users have enough rights to delete cache files for domains hosted in their account for Custom PHP sites, WordPress and OpenCart sites and can easily delete the lscache data either manually or through custom script, plugin or cron job
Now user cannot able to do it. Inorder to clear cached data, Each and every time Users are contacting Admin and admin runs below commands from SSH to clear LSCache
cd /usr/local/lsws/cachedata/
rm -rf $VH_NAME
Kindly implement this feature in upcoming release. I hope this is must essential feature
Thanks