When I open the rainloop admin panel I find the following warning:
RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here:
https://www.rainloop.net/docs/installationCould someone help me solve it as I am not getting it, so I know there has to be with .htaccess rules
something like this:
Deny From All
Require all denied
but it is not working for me when I create .htaccess inside the folder /usr/local/lscp/cyberpanel/rainloop/data
Comments
Notice:
Warning!
RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here: https://www.rainloop.net/docs/installation
--
in the install page of rainloop has the following solution for nginx:
If you are using nginx, add the following to your domain configuration file:
location ^ ~ / data {
deny all;
}
however, nothing for cyberpanel with litespeed ={
> We will take care of this.
already solved that?
> Nothing it is referring to an empty data folder the actual folder is elsewhere and not a security risk
>
Thank You "HENNABOY" :blush: