Update 'installer.sh'

restricted access to RainLoop data folder
This commit is contained in:
bprieshof
2019-09-12 23:13:53 +02:00
parent 3771f56788
commit 32531509b8

View File

@@ -166,6 +166,15 @@ server {
if (\$http_cookie = "PHPSESSID") { if (\$http_cookie = "PHPSESSID") {
set \$no_cache 1; set \$no_cache 1;
} }
location ^~ /rainloop/data {
deny all;
}
location ^~ /data {
deny all;
}
} }
EOF EOF