Update 'installer.sh'
restricted access to RainLoop data folder
This commit is contained in:
@@ -166,6 +166,15 @@ server {
|
||||
if (\$http_cookie = "PHPSESSID") {
|
||||
set \$no_cache 1;
|
||||
}
|
||||
|
||||
location ^~ /rainloop/data {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ^~ /data {
|
||||
deny all;
|
||||
}
|
||||
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user