From 32531509b8992e07b1cf7c125de4bf1da211534f Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 12 Sep 2019 23:13:53 +0200 Subject: [PATCH] Update 'installer.sh' restricted access to RainLoop data folder --- installer.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/installer.sh b/installer.sh index 087ce47..c0ebf57 100644 --- a/installer.sh +++ b/installer.sh @@ -166,6 +166,15 @@ server { if (\$http_cookie = "PHPSESSID") { set \$no_cache 1; } + +location ^~ /rainloop/data { + deny all; +} + +location ^~ /data { + deny all; +} + } EOF